fix: correct syntax for echo command in Docker pull instruction
This commit is contained in:
@@ -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 }}."
|
||||||
Reference in New Issue
Block a user