refactor: consolidate Docker image tags into a single line for clarity
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user