From 7c35c83898fcd67efd8317c333c92a98eee211f3 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Fri, 5 Apr 2024 04:21:42 +0900 Subject: [PATCH] fix(deploy): Added latest tag for docker image --- ...`{{ docker_image_variant_name }}`-image.yaml{% endif %}.jinja | 1 + 1 file changed, 1 insertion(+) 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 ac8be15..20ebd55 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 @@ -66,6 +66,7 @@ jobs: type=raw,value=${{ env.IMAGE_VERSION }}-${{ env.IMAGE_VARIANT }} # set latest tag for docker branch type=raw,value=latest-${{ env.IMAGE_VARIANT }} + type=raw,value=latest # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. # 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.