Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b3b3d4a7e1 | |||
| c6db076198 |
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v6.2.0
|
||||
# uses: docker/build-push-action@v6.7.0
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.2.0
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user