We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509c4e5 commit 043dc20Copy full SHA for 043dc20
.github/workflows/docker.yml
@@ -25,12 +25,12 @@ jobs:
25
uses: docker/build-push-action@v2
26
if: "!contains(github.ref, 'develop')"
27
env:
28
- GITHUB_REF: ${{ github.ref }}
+ REF: ${{ github.ref }}
29
with:
30
push: true
31
tags: |
32
ghcr.io/pterodactyl/panel:latest
33
- ghcr.io/pterodactyl/panel:${GITHUB_REF}
+ ghcr.io/pterodactyl/panel:${REF:11}
34
- name: Release Development Build
35
36
if: "contains(github.ref, 'develop')"
0 commit comments