Skip to content

Commit

Permalink
Feat: continuous delivery pipeline add latest tag (#174)
Browse files Browse the repository at this point in the history
Feat: continuous delivery pipeline add latest tag

Signed-off-by: James Hodgkinson <[email protected]>
  • Loading branch information
yaleman authored Mar 2, 2025
1 parent 1f59685 commit ef07ca1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: m4r10/beelzebub:${{ github.ref_name }}
tags: |
m4r10/beelzebub:${{ github.ref_name }}
m4r10/beelzebub:latest
platforms: linux/amd64,linux/arm64

0 comments on commit ef07ca1

Please sign in to comment.