chore(deps): update dependency docker/build-push-action to v6.15.0 #114

Merged
erichardson merged 1 commits from renovate/docker-build-push-action-6.x into master 2025-03-22 07:00:37 +00:00
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.14.0
# uses: docker/build-push-action@v6.15.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.14.0
uses: docker/build-push-action@v6.15.0
with:
context: ./Docker/
push: true