From 3164fe691424ba82dee0518bfaa82b0d0c4fe596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:44:11 +0100 Subject: [PATCH] update-github-action(deps): bump docker/build-push-action from 4 to 5 (#1906) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DrPsychick --- .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 9f375cee..1d335b9f 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@v4 + uses: docker/build-push-action@v5 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 b2f89bed..7b82e3b2 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@v4 + uses: docker/build-push-action@v5 with: file: cmd/proxy/Dockerfile build-args: VERSION=${{ github.ref_name }}