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

This commit is contained in:
2024-03-06 08:14:00 +00:00
parent 84aa71aaf1
commit 0d66761ae9

View File

@@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: harbor.evanshome.io
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
username: ${{ secrets.EVAN_USERNAME }}
password: ${{ secrets.EVAN_PASSWORD }}
- name: Build and push
uses: docker/build-push-action@v5