Skip to content

Commit ef07ca1

Browse files
authored
Feat: continuous delivery pipeline add latest tag (#174)
Feat: continuous delivery pipeline add latest tag Signed-off-by: James Hodgkinson <[email protected]>
1 parent 1f59685 commit ef07ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
context: .
2727
file: ./Dockerfile
2828
push: true
29-
tags: m4r10/beelzebub:${{ github.ref_name }}
29+
tags: |
30+
m4r10/beelzebub:${{ github.ref_name }}
31+
m4r10/beelzebub:latest
3032
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)