From ff3df19202a40dced88158119f1f7e1333f4b9f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:29:07 +0000 Subject: [PATCH 1/2] chore(deps): bump docker/build-push-action from 6.3.0 to 6.4.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-base-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-base-image.yaml b/.github/workflows/deploy-base-image.yaml index 7a15b56..9c68161 100644 --- a/.github/workflows/deploy-base-image.yaml +++ b/.github/workflows/deploy-base-image.yaml @@ -73,7 +73,7 @@ jobs: # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./.docker/Dockerfile.base From 2fdf8ef03c885774ccb3f1815fc922934987569b Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Thu, 18 Jul 2024 03:47:30 +0900 Subject: [PATCH 2/2] fix: update docker/build-push-action to v6.4.1 --- ...{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja | 2 +- tmp/.github/workflows/deploy-base-image.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-`{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-`{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja index a3e739c..ec21efe 100644 --- a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-`{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja +++ b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-`{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja @@ -73,7 +73,7 @@ jobs: # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./.docker/Dockerfile.`{{ docker_image_variant_name }}` diff --git a/tmp/.github/workflows/deploy-base-image.yaml b/tmp/.github/workflows/deploy-base-image.yaml index 7a15b56..9c68161 100644 --- a/tmp/.github/workflows/deploy-base-image.yaml +++ b/tmp/.github/workflows/deploy-base-image.yaml @@ -73,7 +73,7 @@ jobs: # It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository. # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image - uses: docker/build-push-action@v6.3.0 + uses: docker/build-push-action@v6.4.1 with: context: . file: ./.docker/Dockerfile.base