From edb29864e025ffc6b84826e7735d460dd667872c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:02:28 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf1203..bd4cfe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: restore-keys: ${{ runner.os }}-buildx- - name: Build and test - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: target: tester platforms: ${{ env.platforms }} @@ -57,7 +57,7 @@ jobs: push: false - name: Build the image - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: target: ${{ env.target }} platforms: ${{ env.platforms }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9138199..15d8a15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: platforms: ${{ env.platforms }} tags: ${{ steps.meta.outputs.tags }}