diff --git a/.github/workflows/oci-publish.yml b/.github/workflows/oci-publish.yml index d84d68f..275702e 100644 --- a/.github/workflows/oci-publish.yml +++ b/.github/workflows/oci-publish.yml @@ -35,7 +35,7 @@ jobs: image: ${{ env.IMAGE_NAME }} tags: ${{ env.IMAGE_TAGS }} containerfiles: ./Containerfile - oci: true + oci: false # Push the image to GHCR (Image Registry) - name: Push To GHCR