From 7144b7e143eae7038ffeea1bcecf8ad6fb5ffdc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:19:47 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 4.1.1 to 6.10.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/2eb1c1961a95fc15694676618e422e8ba1d63825...48aba3b46d1b1fec4febb7c5d0c644b249a11355) --- 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/publish-oci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-oci.yml b/.github/workflows/publish-oci.yml index 287edfda..94007c08 100644 --- a/.github/workflows/publish-oci.yml +++ b/.github/workflows/publish-oci.yml @@ -48,7 +48,7 @@ jobs: result-encoding: string - name: Build and push to DockerHub - uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # pin@v4.1.1 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # pin@v6.10.0 with: context: . file: Dockerfile