fix: update Docker pull command output to remove unnecessary colon
Some checks failed
Docker Build and Push Demo / Build-Docker-Image (push) Failing after 3m10s

This commit is contained in:
Grzegorz Matoga
2025-07-24 22:44:03 +02:00
parent 05ba2cd348
commit 8480cba1b1

View File

@@ -40,5 +40,5 @@ jobs:
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 "📦 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"
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."