Update docker-release workflow to tag image with release version (#60)

This commit is contained in:
Philipp B 2022-05-31 13:04:08 +02:00 committed by GitHub
parent f7124f943e
commit 8aa8f2b0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}:ubuntu
ghcr.io/${{ github.repository }}:latest
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}-ubuntu
file: tools/docker/Dockerfile.ubuntu-prod
cache-from: type=registry,ref=${{ github.repository }}:latest