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
The release-master and release-tag workflows are failing to re-tag the image in quay.io:
release-master
release-tag
docker buildx imagetools create quay.io/jetstack/preflight:b2384c5add501ec97516fc906ceab6967ff868a8 --tag quay.io/jetstack/preflight:latest error: failed commit on ref "index-sha256:fcc90749fc55b6d51f932b3178a710be08cfe89b70beb57aa1d0fbe4ef2e3c66": unexpected status: 401 Unauthorized
The image was pushed correctly with the commit tag: https://quay.io/repository/jetstack/preflight/manifest/sha256:fcc90749fc55b6d51f932b3178a710be08cfe89b70beb57aa1d0fbe4ef2e3c66
It seems to be an issue with buildkit: docker/buildx#327 open-policy-agent/gatekeeper#665
The text was updated successfully, but these errors were encountered:
I suggest we try changing the buildkit version (doc) and making sure the command to re-tag images is using the right one.
Sorry, something went wrong.
No branches or pull requests
The
release-master
andrelease-tag
workflows are failing to re-tag the image in quay.io:The image was pushed correctly with the commit tag: https://quay.io/repository/jetstack/preflight/manifest/sha256:fcc90749fc55b6d51f932b3178a710be08cfe89b70beb57aa1d0fbe4ef2e3c66
It seems to be an issue with buildkit: docker/buildx#327 open-policy-agent/gatekeeper#665
The text was updated successfully, but these errors were encountered: