Format tags in GitHub Actions workflow for improved readability
All checks were successful
Build Docker image / build (push) Successful in 1h6m35s
All checks were successful
Build Docker image / build (push) Successful in 1h6m35s
This commit is contained in:
parent
6dfe77a447
commit
8c9f20c606
1 changed files with 3 additions and 3 deletions
|
@ -24,6 +24,6 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags:
|
||||
- code.edgarpierre.fr/${{ github.repository }}:${{ github.ref_name }}
|
||||
- code.edgarpierre.fr/${{ github.repository }}:latest
|
||||
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