Skip to content

Commit

Permalink
Bump docker/build-push-action in /.github/workflows
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.11.0 to 6.12.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.11.0...v6.12.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 Jan 16, 2025
1 parent 4b7f55a commit 01424a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
- name: Build for amd64
id: docker_build
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ./
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# platform manifests not (yet) supported, so split out architectures
- name: Build for amd64 and push latest
id: docker_build_amd64
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ./
file: ./Dockerfile
Expand All @@ -208,7 +208,7 @@ jobs:

- name: Build for arm64 and push latest-arm64
id: docker_build_arm64
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ./
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
# platform manifests not (yet) supported, so split out architectures
- name: Build for amd64 and push to Docker Hub
id: docker_build_amd64
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ./
file: ./Dockerfile
Expand All @@ -390,7 +390,7 @@ jobs:

- name: Build for arm64 and push to Docker Hub
id: docker_build_arm64
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.12.0
with:
context: ./
file: ./Dockerfile
Expand Down

0 comments on commit 01424a5

Please sign in to comment.