From 14268101b50a6b56803a4a499bf0e2a1b624fb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 14:34:44 +0000 Subject: [PATCH] Bump docker/build-push-action from 2 to 3 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] --- .github/workflows/build-snapshot.yml | 2 +- .github/workflows/build-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index c7ed26e..9f951c4 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -62,7 +62,7 @@ jobs: - name: Build image and push snapshot to GitHub Container Registry id: build-and-push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . platforms: ${{ env.PLATFORMS }} diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index 8936eca..58f7551 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -69,7 +69,7 @@ jobs: - name: Build image and push to Docker Hub and GitHub Container Registry id: build-and-push - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: context: . build-args: VERSION=${{ github.ref_name }}