Feat: continuous delivery pipeline add latest tag (#174)

Feat: continuous delivery pipeline add latest tag

Signed-off-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
James Hodgkinson
2025-03-02 14:30:36 +10:00
committed by GitHub
parent 1f59685530
commit ef07ca1203

View File

@ -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