Skip to content

Commit 9020b1f

Browse files
Bump docker/build-push-action from 4 to 6 (#36159)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdec6a3 commit 9020b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_runner_image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Docker Buildx
4848
uses: docker/setup-buildx-action@v1
4949
- name: Build and Load to docker
50-
uses: docker/build-push-action@v4
50+
uses: docker/build-push-action@v6
5151
with:
5252
context: ${{ env.working-directory }}
5353
load: true
@@ -57,7 +57,7 @@ jobs:
5757
- name: Push Docker image
5858
if: github.ref == 'refs/heads/master'
5959
id: docker_build
60-
uses: docker/build-push-action@v4
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: ${{ env.working-directory }}
6363
push: true

0 commit comments

Comments
 (0)