From acb700493383bab430c0d34c7bb19e57ee3451e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:03:57 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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 9f951c4..1d1fa81 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@v3 + uses: docker/build-push-action@v4 with: context: . platforms: ${{ env.PLATFORMS }} diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index 37970ac..1b88987 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@v3 + uses: docker/build-push-action@v4 with: context: . build-args: VERSION=${{ github.ref_name }}