Update workflow for better env utilization

This commit is contained in:
William Perdue 2021-11-15 08:00:43 -08:00
parent e285d3370c
commit 4d9447196d
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: ghcr.io/lus/pasty:${{ env.TAG }}
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}
build-args:
PASTY_VERSION=${{ env.BRANCH }}-${{ env.COMMIT_HASH }}