We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Cloud Run doesn't support OCI images, so this action should allow specification of the image type (as conversion is supported by Skopeo).
OCI
Convert from oci-archive to docker-archive:
oci-archive
docker-archive
skopeo copy --all "oci-archive:example.tar" "docker-archive:example"
Publish newly converted image to registry:
skopeo copy --all "docker-archive:example" "docker://example/image:latest"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Google Cloud Run doesn't support
OCI
images, so this action should allow specification of the image type (as conversion is supported by Skopeo).Convert from
oci-archive
todocker-archive
:skopeo copy --all "oci-archive:example.tar" "docker-archive:example"
Publish newly converted image to registry:
skopeo copy --all "docker-archive:example" "docker://example/image:latest"
The text was updated successfully, but these errors were encountered: