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
All checks were successful
Docker Build and Push Demo / Build-Docker-Image (push) Successful in 33s
This commit is contained in:
@@ -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 }}."
|
||||
Reference in New Issue
Block a user