From a6948e4f0abee193ce1d841d50292cd77fc840fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:41:57 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action Bumps the minor-and-patch-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/94f8f8c2eec4bc3f1d78c1755580779804cb87b2...f6010ea70151369b06f0194be1051fbbdff851b2) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/github_release_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_release_docker.yml b/.github/workflows/github_release_docker.yml index c7113415d9..6f1a56ab0b 100644 --- a/.github/workflows/github_release_docker.yml +++ b/.github/workflows/github_release_docker.yml @@ -60,7 +60,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 + uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 with: context: . file: Dockerfile