From 7c016a99ef31bae59527d599b3866509aee8366a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Guay-Lambert?= Date: Fri, 12 Jul 2024 02:48:51 -0400 Subject: [PATCH] Testing docker format. OCI does not support HEALTHCHECK yet : https://github.com/opencontainers/image-spec/issues/749 might need to try docker format : https://github.com/containers/podman/issues/18904 --- .github/workflows/oci-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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