From 91c6006bb52a9b3ebee55d1c9b993c2005748db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:20:25 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 4.0.0 to 5.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v5.1.0) --- 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-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index 236e3962..64ef8132 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -47,7 +47,7 @@ jobs: - name: "Build and push" id: docker_build - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.1.0 with: push: true build-args: "VERSION=${{ github.ref_name }}"