diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7005f25..b3eb0eb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,8 +26,8 @@ jobs: with: platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }} - # cache-from: type=registry,ref=ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }} - # cache-to: type=inline + tags: ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }} + cache-from: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }} + cache-to: type=inline build-args: | IMAGE_NAME=${{ env.IMAGE_NAME }}