Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.0.1 to 6.1.0 in the docker-actio…
Browse files Browse the repository at this point in the history
…ns group [skip release] (#803)

Bump docker/build-push-action in the docker-actions group

Bumps the docker-actions group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `docker/build-push-action` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.0.1...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 24, 2024
1 parent d86cf29 commit 8349e13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
key: ${{runner.os}}-buildx-${{github.sha}}
restore-keys: ${{runner.os}}-buildx-
- name: Build image
uses: docker/build-push-action@v6.0.1
uses: docker/build-push-action@v6.1.0
with:
context: .
builder: ${{steps.buildx.outputs.name}}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
key: ${{runner.os}}-buildx-${{github.sha}}
restore-keys: ${{runner.os}}-buildx-
- name: Build image
uses: docker/build-push-action@v6.0.1
uses: docker/build-push-action@v6.1.0
with:
context: .
builder: ${{steps.buildx.outputs.name}}
Expand All @@ -162,7 +162,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
push: true
- name: Build test image
uses: docker/build-push-action@v6.0.1
uses: docker/build-push-action@v6.1.0
with:
context: ./test
builder: ${{steps.buildx.outputs.name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
password: ${{github.token}}
- name: Build & push image
if: steps.info.outputs.create-release
uses: docker/build-push-action@v6.0.1
uses: docker/build-push-action@v6.1.0
with:
context: .
builder: ${{steps.buildx.outputs.name}}
Expand Down

0 comments on commit 8349e13

Please sign in to comment.