From f08975493b0aa67aaf13134a626228121dc3a1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 12:32:56 -0500 Subject: [PATCH] Bump docker/build-push-action from 3 to 5 (#251) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev-release.yml | 2 +- .github/workflows/latest-release.yml | 2 +- .github/workflows/main-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-release.yml b/.github/workflows/dev-release.yml index 597de62..e4a87ff 100644 --- a/.github/workflows/dev-release.yml +++ b/.github/workflows/dev-release.yml @@ -46,7 +46,7 @@ jobs: type=raw,value=${{ github.event.inputs.sha }} - name: Build docker image and push to github packages - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index fc624d4..ee16a37 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -65,7 +65,7 @@ jobs: type=raw,value=${{ steps.latest-tag.outputs.result }} - name: Build docker image and push to github packages - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64 diff --git a/.github/workflows/main-release.yml b/.github/workflows/main-release.yml index a532ffc..ec648c4 100644 --- a/.github/workflows/main-release.yml +++ b/.github/workflows/main-release.yml @@ -51,7 +51,7 @@ jobs: type=raw,value=main - name: Build docker image and push to github packages - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . platforms: linux/amd64,linux/arm64