From 2fdf8ef03c885774ccb3f1815fc922934987569b Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Thu, 18 Jul 2024 03:47:30 +0900 Subject: [PATCH] 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