From 7ce6c775c875011cc260d44bb0ab1dc7b90a73d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 09:51:24 +0000 Subject: [PATCH] ghactions: bump docker/build-push-action from 2.10.0 to 3 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/ac9327eae2b366085ac7f6a2d02df8aa8ead720a...e551b19e49efd4e98792db7592c17c09b89db8d8) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backup-operator-docker.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backup-operator-docker.yml b/.github/workflows/backup-operator-docker.yml index 28493b8..c772d7d 100644 --- a/.github/workflows/backup-operator-docker.yml +++ b/.github/workflows/backup-operator-docker.yml @@ -45,7 +45,7 @@ jobs: uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: . push: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df27c51..50f50e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: uses: docker/metadata-action@e5622373a38e60fb6d795a4421e56882f2d7a681 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: context: . push: true