Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b4b16d29d | |||
| 6adf1c6284 |
@@ -37,7 +37,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3.3.0
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.1.0
|
||||
uses: docker/login-action@v3.2.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.3.0
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.1.0
|
||||
uses: docker/login-action@v3.2.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user