Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 6.4.1 to 6.5.0 (#310)
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.4.1 to 6.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.4.1...v6.5.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 4f42ea7 commit 30031f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pipy-nonroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
type=raw,${{ inputs.tag }}-debian
- name: Build and Push
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: ./dockerfiles/Dockerfile.pipy-debian
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
type=raw,${{ inputs.tag }}-${{ matrix.id }}
- name: Build and Push
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: ./dockerfiles/Dockerfile.pipy-nonroot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
echo "GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
- name: Build and Push - ${{ matrix.id }}
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: ./dockerfiles/Dockerfile.fsm-${{ matrix.id }}
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
latest=auto
- name: Build and Push - ${{ matrix.id }}
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
with:
context: .
file: ./dockerfiles/Dockerfile.demo
Expand Down

0 comments on commit 30031f7

Please sign in to comment.