chore(deps): update dependency docker/build-push-action to v6.7.0
Some checks failed
ci / docker (push) Failing after 23s
Bump version / create_release_tag (pull_request) Successful in 1m6s

This commit is contained in:
2024-08-13 16:47:44 +00:00
parent fdc44fb5d4
commit c6db076198
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# - name: Build and push # - name: Build and push
# uses: docker/build-push-action@v6.2.0 # uses: docker/build-push-action@v6.7.0
# with: # with:
# context: ./Docker/ # context: ./Docker/
# push: ${{ github.event_name != 'pull_request' }} # push: ${{ github.event_name != 'pull_request' }}

View File

@@ -53,7 +53,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }} password: ${{ secrets.HARBOR_PASSWORD }}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6.2.0 uses: docker/build-push-action@v6.7.0
with: with:
context: ./Docker/ context: ./Docker/
push: true push: true