From 1c08e87a93622842678be243b3f344e639653217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:36:58 +0000 Subject: [PATCH] update-github-action(deps): bump docker/build-push-action from 4 to 5 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] --- .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 9f375cee4..1d335b9fb 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 b2f89bedb..7b82e3b21 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 }}