From f09126ae9d0b90239784c59330eb9ad9f57d2634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:45:53 +0000 Subject: [PATCH] chore: bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/tag-to-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b1a10b1..2b64755 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -59,7 +59,7 @@ jobs: images: ghcr.io/${{ github.repository_owner }}/${{ matrix.binary }} - name: Build and push ${{ matrix.binary }} container image id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: ${{ steps.docker_metadata.outputs.tags }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fc08a1f..5ccadd1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,7 +99,7 @@ jobs: latest - name: Build and push ${{ matrix.binary }} container image id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: ${{ steps.docker_metadata.outputs.tags }} diff --git a/.github/workflows/tag-to-release.yaml b/.github/workflows/tag-to-release.yaml index b840f71..1dca3c2 100644 --- a/.github/workflows/tag-to-release.yaml +++ b/.github/workflows/tag-to-release.yaml @@ -64,7 +64,7 @@ jobs: latest - name: Build and push ${{ matrix.binary }} container image id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: true tags: ${{ steps.docker_metadata.outputs.tags }}