Compare commits
1 Commits
v1.29.56
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
3b868fcec1
|
@@ -37,7 +37,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.4.0
|
||||
uses: docker/login-action@v3.6.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.4.0
|
||||
uses: docker/login-action@v3.6.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user