fix typo for github workflow env

This commit is contained in:
William Perdue 2021-11-15 08:20:19 -08:00
parent 8ebcf541c5
commit 7ae10cdf68
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@ jobs:
builder: ${{ steps.docker_buildx.outputs.name }}
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}, ${{ env.REGISTRY }}/${{ github.repository }}:${{ COMMIT_HASH }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}, ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.COMMIT_HASH }}
build-args:
PASTY_VERSION=${{ env.BRANCH }}-${{ env.COMMIT_HASH }}