From 7454f11e423907da8d4a31d4c634cd3e12e42f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:02:19 +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 37183b0..0e1c423 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,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 }} @@ -55,7 +55,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 05ded53..a7228ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,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 }}