Update .gitea/workflows/publish.yaml
Some checks failed
Build and publish Image / build-and-push (push) Failing after 11s

This commit is contained in:
2024-03-06 08:18:01 +00:00
parent 140d07cd7a
commit 3de86aa168

View File

@@ -31,7 +31,7 @@ jobs:
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true
tags: harbor.evanshome.io/library/py-eagle-mqtt:dev tags: 'harbor.evanshome.io/library/py-eagle-mqtt:dev'
secrets: | secrets: |
GIT_AUTH_TOKEN=${{ secrets.HARBORTOKEN }} GIT_AUTH_TOKEN=${{ secrets.HARBORTOKEN }}