Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#203)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 0c3a3ca commit 4a30b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build/Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand All @@ -64,7 +64,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PTA }}
- name: Build/Push to github.com
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Push to Docker Hub
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand All @@ -67,7 +67,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.PTA }}
- name: Build/Push to github.com
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
file: Dockerfile.${{ matrix.target }}
Expand Down

0 comments on commit 4a30b26

Please sign in to comment.