refactor: consolidate Docker image tags into a single line for clarity

This commit is contained in:
Grzegorz Matoga
2025-07-24 22:41:57 +02:00
parent 672514b544
commit c03b345531

View File

@@ -37,9 +37,7 @@ jobs:
with:
context: .
push: true
tags: |
git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest
git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:${{ gitea.sha }}
tags: git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest,git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:${{ gitea.sha }}
- run: echo "📦 Docker image has been pushed to the registry!"
- run: echo "🎯 You can pull it with: docker pull git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest"