From a1e728e5be3be4419fd0f8eec6729bfb4f3317ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:20:11 +0200 Subject: [PATCH] update-github-action(deps): bump docker/build-push-action from 5 to 6 (#1971) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.canary.yml | 2 +- .github/workflows/release.latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.canary.yml b/.github/workflows/release.canary.yml index 1d335b9fb..75cbc96b6 100644 --- a/.github/workflows/release.canary.yml +++ b/.github/workflows/release.canary.yml @@ -28,7 +28,7 @@ jobs: run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Build and push images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: cmd/proxy/Dockerfile build-args: VERSION=${{ github.sha }} diff --git a/.github/workflows/release.latest.yml b/.github/workflows/release.latest.yml index 7b82e3b21..a0fd67884 100644 --- a/.github/workflows/release.latest.yml +++ b/.github/workflows/release.latest.yml @@ -34,7 +34,7 @@ jobs: type=raw,value=latest - name: Build and push images - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: cmd/proxy/Dockerfile build-args: VERSION=${{ github.ref_name }}