From c930596a05ffc254793dfb3ec9274909d3e8f606 Mon Sep 17 00:00:00 2001 From: i13302 Date: Tue, 3 Oct 2023 22:43:59 +0900 Subject: [PATCH] change: tags pattern 403 POST error. --- .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 bc60495..8eb13e6 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 }}:${{ env.TAGS }} + ghcr.io/${{ github.repository_owner }}/${{ matrix.target }}:${{ steps.meta.outputs.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