mirror of
https://github.com/lus/pasty.git
synced 2023-08-10 21:13:09 +03:00
Add commit hash tagging for pinned container build versions
This commit is contained in:
parent
4d9447196d
commit
8ebcf541c5
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -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 }}
|
||||
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}, ${{ env.REGISTRY }}/${{ github.repository }}:${{ COMMIT_HASH }}
|
||||
build-args:
|
||||
PASTY_VERSION=${{ env.BRANCH }}-${{ env.COMMIT_HASH }}
|
||||
|
Loading…
Reference in New Issue
Block a user