Format tags in GitHub Actions workflow for improved readability

This commit is contained in:
Edgar P. Burkhart 2025-05-08 20:07:44 +02:00
parent 6dfe77a447
commit ed91e3978f
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

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