diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index bc60495..26a7b29 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 }}:${{ 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