From 5892091d179c3a4575aad399028efd2df3862389 Mon Sep 17 00:00:00 2001 From: Young Joon Lee Date: Thu, 1 Feb 2024 04:14:52 +0900 Subject: [PATCH] fix(dependencies): upgrade docker/metadata-action from v5.5.0 to v5.5.1 --- ...% if use_deploy_workflows %}deploy-app-image.yaml{% endif %} | 2 +- ... if use_deploy_workflows %}deploy-base-image.yaml{% endif %} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-app-image.yaml{% endif %} b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-app-image.yaml{% endif %} index 150c146..4283741 100644 --- a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-app-image.yaml{% endif %} +++ b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-app-image.yaml{% endif %} @@ -61,7 +61,7 @@ jobs: # This step uses [docker/metadata-action](/~https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.5.0 + uses: docker/metadata-action@v5.5.1 with: images: ${{ env.IMAGE_NAME }} tags: | diff --git a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-base-image.yaml{% endif %} b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-base-image.yaml{% endif %} index c981bbb..29507a9 100644 --- a/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-base-image.yaml{% endif %} +++ b/.copier-template/.github/workflows/{% if use_deploy_workflows %}deploy-base-image.yaml{% endif %} @@ -59,7 +59,7 @@ jobs: # This step uses [docker/metadata-action](/~https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@v5.5.0 + uses: docker/metadata-action@v5.5.1 with: images: ${{ env.IMAGE_NAME }} tags: |