Format tags in GitHub Actions workflow for improved readability
This commit is contained in:
parent
6dfe77a447
commit
ed91e3978f
1 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags:
|
tags: |
|
||||||
- code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
|
code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
|
||||||
- code.edgarpierre.fr/${{ github.repository }}:latest
|
code.edgarpierre.fr/${{ github.repository }}:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue