mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix[ci]: prod image isn't evene useful 🤷
This commit is contained in:
3
.github/workflows/prod-build.yaml
vendored
3
.github/workflows/prod-build.yaml
vendored
@@ -15,11 +15,12 @@ jobs:
|
||||
build-release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code (shallow – we only need the tag)
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.tag }}
|
||||
fetch-depth: 1
|
||||
fetch-tags: true
|
||||
|
||||
- name: Login to GHCR
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user