fix: correct syntax for echo command in Docker pull instruction

This commit is contained in:
Grzegorz Matoga
2025-07-24 22:52:55 +02:00
parent f4dc2f053b
commit 0e393c2cc0

View File

@@ -50,5 +50,5 @@ jobs:
git.eurekin.pl/${{ steps.prep.outputs.repo_owner }}/hello-gitea:${{ gitea.sha }} git.eurekin.pl/${{ steps.prep.outputs.repo_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/${{ steps.prep.outputs.repo_owner }}/hello-gitea:latest" - run: 'echo "🎯 You can pull it with: docker pull git.eurekin.pl/${{ steps.prep.outputs.repo_owner }}/hello-gitea:latest"''
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."