From cf31edc281e48450acffcdc8d0d1f608ddee73b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:06:50 +0900 Subject: [PATCH] chore(deps): Bump docker/build-push-action from 5 to 6 (#1425) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jaeseung Lee <41176085+tkxkd0159@users.noreply.github.com> --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 286e026f52..e82383a4f7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -33,7 +33,7 @@ jobs: tags: | type=semver,pattern={{version}} - name: docker build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{github.event_name != 'pull_request'}} build-args: ARCH=x86_64