Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 in the all group (#775)
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action).


Updates `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
  dependency-group: all
...

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] authored Jul 2, 2024
1 parent b931d58 commit 59fc2b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build image up to including stage 'build'
id: image-build
# note that the action's name is misleading: this step does NOT push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true # make the built image available in docker (locally)
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
path: sync/pidstat.txt

- name: Build entire image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
load: true # make the built image available in docker (locally)
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:

- name: Push entire image
if: env.SHOULD_DEPLOY == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: workflow-container/Dockerfile
Expand Down

0 comments on commit 59fc2b5

Please sign in to comment.