Compare commits

...

2 Commits

Author SHA1 Message Date
e1e0cf0ff2 Merge pull request 'chore(deps): update dependency docker/login-action to v2.2.0' (#48) from renovate/docker-login-action-2.x into master
Some checks failed
Semantic Release and Changelog / Patch (push) Successful in 8s
Semantic Release and Changelog / Build and Publish (push) Failing after 58s
Reviewed-on: #48
2024-02-18 03:05:57 +00:00
2a33fc9302 chore(deps): update dependency docker/login-action to v2.2.0
Some checks failed
Build and publish Image / build-and-push (push) Failing after 9s
2024-02-18 03:04:28 +00:00

View File

@@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4.1.1 uses: actions/checkout@v4.1.1
- name: Login to Harbor - name: Login to Harbor
uses: docker/login-action@v2 uses: docker/login-action@v2.2.0
with: with:
registry: harbor.evanshome.io registry: harbor.evanshome.io
username: "robot$registry-bot" username: "robot$registry-bot"