Skip to content

Commit e533dd1

Browse files
Bump docker/build-push-action from 7.0.0 to 7.1.0 (#38391)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 712ea7e commit e533dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
4949
- name: Build and Load to docker
50-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
50+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
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@d08e5c354a6adb9ed34480a06d141179aa583294
60+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
6161
with:
6262
context: ${{ env.working-directory }}
6363
push: true

0 commit comments

Comments
 (0)