Update Docker build workflow to include latest tag in image push
This commit is contained in:
parent
8a86ff9a4b
commit
0e0da7f658
1 changed files with 3 additions and 1 deletions
|
@ -24,4 +24,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue