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
|
- name: Login to Harbor
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: harbor.evanshome.io
|
registry: harbor.evanshome.io
|
||||||
username: ${{ secrets.HARBOR_USERNAME }}
|
username: ${{ secrets.HARBOR_USERNAME }}
|
||||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||||
|
|
||||||
- name: Push Docker image to Harbor
|
- name: Push Docker image to Harbor
|
||||||
run: docker push harbor.evanshome.io/library/py-eagle-mqtt:dev
|
run: docker push harbor.evanshome.io/library/py-eagle-mqtt:dev
|
||||||
|
|||||||
Reference in New Issue
Block a user