chore(deps): update dependency docker/build-push-action to v6.13.0
Some checks failed
ci / docker (push) Failing after 9s

This commit is contained in:
2025-01-24 10:02:19 +00:00
parent ab1fb57943
commit 6c5a4b4235
2 changed files with 2 additions and 2 deletions

View File

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

View File

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