Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.3.0 to 6.7.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.7.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.3.0...v6.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent ffaa9aa commit 2f3a299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: staging/Dockerfile.${{ matrix.type }}.staging
platforms: linux/amd64
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
context: .
file: Dockerfile.${{ matrix.type }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
file: Dockerfile.ubuntu.${{ matrix.arch }}
platforms: linux/amd64
Expand Down

0 comments on commit 2f3a299

Please sign in to comment.