From 90d2d9a39b57fb63e982b1d63b120ccbfdb5cc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:13:57 +0200 Subject: [PATCH] build(deps): bump docker/build-push-action from 2 to 3 (#573) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-main-push.yaml | 2 +- .github/workflows/on-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-main-push.yaml b/.github/workflows/on-main-push.yaml index ef368ae..72720e7 100644 --- a/.github/workflows/on-main-push.yaml +++ b/.github/workflows/on-main-push.yaml @@ -48,7 +48,7 @@ jobs: id: tags - name: Build image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . file: cmd/kured/Dockerfile.multi diff --git a/.github/workflows/on-tag.yaml b/.github/workflows/on-tag.yaml index ab5a406..ee136af 100644 --- a/.github/workflows/on-tag.yaml +++ b/.github/workflows/on-tag.yaml @@ -52,7 +52,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Build image - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . file: cmd/kured/Dockerfile.multi