From 0c6ac4096bbd279e4918819c0d2c852dc6e1c061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:58:05 +0900 Subject: [PATCH] chore(deps): bump docker/build-push-action from 6.0.1 to 6.0.2 (#123) Bumps [docker/build-push-action](https://github.com/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/image_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image_build.yaml b/.github/workflows/image_build.yaml index d32296a..9640627 100644 --- a/.github/workflows/image_build.yaml +++ b/.github/workflows/image_build.yaml @@ -33,7 +33,7 @@ jobs: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_TOKEN }} - name: build-docker-base - uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v5 + uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v5 with: context: . build-args: | @@ -45,7 +45,7 @@ jobs: cache-from: type=gha, scope=${{ github.workflow }} cache-to: type=gha, scope=${{ github.workflow }} - name: build-docker-build - uses: docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v5 + uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v5 with: context: . build-args: |