Format tags in GitHub Actions workflow for improved readability
All checks were successful
Build Docker image / build (push) Successful in 1h6m35s

This commit is contained in:
Edgar P. Burkhart 2025-05-08 20:07:44 +02:00
parent 6dfe77a447
commit 8c9f20c606
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