From 4ce5e5e27b62062daa56ab522814e4737b9d0d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:21:34 +0000 Subject: [PATCH] github-actions(deps): 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/docker-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index b11f7e4..6034e4c 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -85,7 +85,7 @@ jobs: password: ${{ env.REGISTRY_PASSWORD }} - name: Build and push ${{ inputs.name }} image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ${{ inputs.context }} provenance: ${{ inputs.provenance }}