mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
Merge branch 'main' into releases/v4.0.0
This commit is contained in:
6
.github/workflows/prod-build.yaml
vendored
6
.github/workflows/prod-build.yaml
vendored
@@ -1,6 +1,8 @@
|
||||
name: Build prod Docker
|
||||
name: Build and Push Release Docker Image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'releases/*'
|
||||
tags:
|
||||
- 'releases/*'
|
||||
|
||||
@@ -13,6 +15,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user