Update .gitea/workflows/publish.yaml
Some checks failed
Build and publish Image / build-and-push (push) Failing after 17s
Some checks failed
Build and publish Image / build-and-push (push) Failing after 17s
This commit is contained in:
@@ -21,10 +21,10 @@ jobs:
|
||||
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Push Docker image to Harbor
|
||||
run: docker push harbor.evanshome.io/library/py-eagle-mqtt:dev
|
||||
|
||||
Reference in New Issue
Block a user