fix: remove unnecessary colon from Docker pull command output
This commit is contained in:
@@ -40,5 +40,5 @@ jobs:
|
||||
tags: git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest,git.eurekin.pl/${{ gitea.repository_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/${{ gitea.repository_owner }}/hello-gitea:latest"
|
||||
- run: echo "🎯 You can pull it with docker pull git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest"
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
Reference in New Issue
Block a user