Update .gitea/workflows/semantic-release.yaml
All checks were successful
Semantic Release and Changelog / Patch (push) Successful in 6s
Semantic Release and Changelog / Build and Publish (push) Successful in 21s

This commit is contained in:
2024-02-10 21:35:42 +00:00
parent ac3ad18d84
commit b55c3df231

View File

@@ -38,8 +38,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.1.1
- name: Login to Harbor
run: docker login -u ${{ secrets.HARBOR_USERNAME }} -p ${{ secrets.HARBOR_PASSWORD }} harbor.evanshome.io
- name: Login to Harbor
uses: docker/login-action@v2
with:
registry: harbor.evanshome.io
username: "robot$registry-bot"
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build Docker image
run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/