From d67c862ba8c2f21866ddaf067aa91e3dc2c848de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 00:30:47 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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/workflow_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow_build.yml b/.github/workflows/workflow_build.yml index 00fe4dd..3fa8ce6 100644 --- a/.github/workflows/workflow_build.yml +++ b/.github/workflows/workflow_build.yml @@ -98,7 +98,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build container image if: ${{ !inputs.push }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: src/Synology.Ddns.Update.Service/Dockerfile platforms: linux/amd64,linux/arm64 @@ -115,7 +115,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push container image if: ${{ inputs.push }} - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: src/Synology.Ddns.Update.Service/Dockerfile platforms: linux/amd64,linux/arm64