refactor: consolidate Docker image tags into a single line for clarity
This commit is contained in:
@@ -37,9 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest,git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:${{ gitea.sha }}
|
||||||
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 "📦 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"
|
- 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