PauseChamp
This commit is contained in:
parent
463dd6f4ec
commit
981f04fbd8
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
if: "contains(github.ref, 'develop')"
|
if: "contains(github.ref, 'develop')"
|
||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=dev-$(git rev-parse --short $GITHUB_SHA)
|
VERSION=dev-${GITHUB_SHA:8}
|
||||||
labels: ${{ steps.docker_meta.outputs.labels }}
|
labels: ${{ steps.docker_meta.outputs.labels }}
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user