From 1fa62be769b296696ceed6f0002ce8a56057d2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:16:32 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 in the all group 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](https://github.com/docker/build-push-action/compare/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] --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc3743fb0..8a1da0d01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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) @@ -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) @@ -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