diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index c5c9c2d..80462ca 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -37,9 +37,7 @@ jobs: with: context: . push: true - tags: | - git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:latest - git.eurekin.pl/${{ gitea.repository_owner }}/hello-gitea:${{ gitea.sha }} + 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"