Skip to content

Commit 043dc20

Browse files
committed
Update docker.yml
1 parent 509c4e5 commit 043dc20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
uses: docker/build-push-action@v2
2626
if: "!contains(github.ref, 'develop')"
2727
env:
28-
GITHUB_REF: ${{ github.ref }}
28+
REF: ${{ github.ref }}
2929
with:
3030
push: true
3131
tags: |
3232
ghcr.io/pterodactyl/panel:latest
33-
ghcr.io/pterodactyl/panel:${GITHUB_REF}
33+
ghcr.io/pterodactyl/panel:${REF:11}
3434
- name: Release Development Build
3535
uses: docker/build-push-action@v2
3636
if: "contains(github.ref, 'develop')"

0 commit comments

Comments
 (0)