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