Skip to content

Commit f47768e

Browse files
build(deps): bump docker/build-push-action from 4 to 6 (#487)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 843364b commit f47768e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
2929

3030
- name: Build and push docker image
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@v6
3232
with:
3333
push: true
3434
tags: getyourguide/istio-config-validator:latest
3535

3636
- name: Build and push istio-router-check
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v6
3838
with:
3939
pull: true
4040
file: hack/istio-router-check/Dockerfile

0 commit comments

Comments
 (0)