PauseChamp

This commit is contained in:
Matthew Penner 2020-12-15 16:15:54 -07:00
parent 463dd6f4ec
commit 981f04fbd8

View File

@ -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 }}