From 0e393c2cc04d3844730ece5625313be4b9b238cd Mon Sep 17 00:00:00 2001 From: Grzegorz Matoga Date: Thu, 24 Jul 2025 22:52:55 +0200 Subject: [PATCH] fix: correct syntax for echo command in Docker pull instruction --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index b491d5f..003be0d 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -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 }}." \ No newline at end of file