1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

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

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