From 763d57d142d741abb15509572694078af225be63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:14:20 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 5.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...v5.0.0) --- 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/on-push-main.yml | 2 +- .github/workflows/on-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push-main.yml b/.github/workflows/on-push-main.yml index 92697f2..548ccfe 100644 --- a/.github/workflows/on-push-main.yml +++ b/.github/workflows/on-push-main.yml @@ -43,7 +43,7 @@ jobs: type=ref,event=branch type=edge,branch=main - name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }} - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v5.0.0 with: platforms: ${{ env.PLATFORMS }} push: true diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index b841f20..e140549 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -40,7 +40,7 @@ jobs: type=ref,event=branch type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v5.0.0 with: platforms: ${{ env.PLATFORMS }} push: true