Compare commits

...

2 Commits

Author SHA1 Message Date
a916aea59e Merge pull request 'chore(deps): update docker/login-action action to v3' (#50) from renovate/docker-login-action-3.x into master
Some checks failed
Semantic Release and Changelog / Patch (push) Successful in 7s
Semantic Release and Changelog / Build and Publish (push) Has been cancelled
Reviewed-on: #50
2024-02-20 00:20:45 +00:00
fe727724f0 chore(deps): update docker/login-action action to v3
Some checks failed
Build and publish Image / build-and-push (push) Failing after 12s
2024-02-20 00:13:49 +00:00

View File

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