mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
Update docker-release workflow to tag image with release version (#60)
This commit is contained in:
parent
f7124f943e
commit
8aa8f2b0b0
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user