Update docker.yml
This commit is contained in:
parent
509c4e577b
commit
043dc20427
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
@ -25,12 +25,12 @@ jobs:
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
if: "!contains(github.ref, 'develop')"
|
if: "!contains(github.ref, 'develop')"
|
||||||
env:
|
env:
|
||||||
GITHUB_REF: ${{ github.ref }}
|
REF: ${{ github.ref }}
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
ghcr.io/pterodactyl/panel:latest
|
ghcr.io/pterodactyl/panel:latest
|
||||||
ghcr.io/pterodactyl/panel:${GITHUB_REF}
|
ghcr.io/pterodactyl/panel:${REF:11}
|
||||||
- name: Release Development Build
|
- name: Release Development Build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
if: "contains(github.ref, 'develop')"
|
if: "contains(github.ref, 'develop')"
|
||||||
|
|
Loading…
Reference in a new issue