Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90f5a16def | |||
| 0b728fad30 | |||
| c586229d98 | |||
| 8594359d52 |
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v5
|
||||
# uses: docker/build-push-action@v5.3.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -45,7 +45,6 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
@@ -53,7 +52,7 @@ jobs:
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user