fix: remove extra quote from Docker pull command output
All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s

This commit is contained in:
Grzegorz Matoga
2025-07-24 22:53:33 +02:00
parent 0e393c2cc0
commit faf8062409

View File

@@ -50,5 +50,5 @@ jobs:
git.eurekin.pl/${{ steps.prep.outputs.repo_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/${{ 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 }}."