You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
I'm currently enjoying and using gpr-docker-publish for some blog project. It is working pretty well.
This morning I suddently runned into a strange issue when pushing a successfully built image with the SHA.
[DEPRECATION NOTICE] registry v2 schema1 support will be removed in an upcoming release. Please contact admins of the docker.pkg.github.com registry NOW to avoid future disruption. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
manifest invalid: Only schema version 2 is supported
As far as I understand logs from my last two actions, the first push without the SHA (docker push ${BASE_NAME}) is still working.
Is it something related to the Docker runtime mentionned in the gpr-docker-publish 's Dockerfile ?