Skip to content

Commit

Permalink
Testing docker format.
Browse files Browse the repository at this point in the history
OCI does not support HEALTHCHECK yet : opencontainers/image-spec#749 might need to try docker format : containers/podman#18904
  • Loading branch information
mguaylam committed Jul 12, 2024
1 parent bcb5b49 commit 7c016a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oci-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c016a9

Please sign in to comment.