From ccae7fdf693c27cdfb08915602601a93360acfd7 Mon Sep 17 00:00:00 2001 From: i13302 Date: Tue, 3 Oct 2023 22:46:05 +0900 Subject: [PATCH] Revert "change: tags pattern" This reverts commit c930596a05ffc254793dfb3ec9274909d3e8f606. --- .github/workflows/push_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 8eb13e6..bc60495 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -49,7 +49,7 @@ jobs: context: ./${{ matrix.target }} push: true tags: | - ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ steps.meta.outputs.tags }} + ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ env.TAGS }} ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:latest cache-from: type=local,src=/tmp/${{ matrix.target }}/.buildx-cache cache-to: type=local,dest=/tmp/${{ matrix.target }}/.buildx-cache