Update Docker build workflow to include latest tag in image push

This commit is contained in:
Edgar P. Burkhart 2025-05-08 20:59:08 +02:00
parent 8a86ff9a4b
commit 0e0da7f658
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -24,4 +24,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
tags: |
code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
code.edgarpierre.fr/${{ github.repository }}:latest