-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Creatation of a sha256.sig container/tag even if sha is false #510
Comments
Doesn't look related to metadata-action but GHCR. This looks similar to docker/build-push-action#1323 and tag-less stick around until you delete them on GHCR. Let me close this one but feel free to continue the convo in docker/build-push-action#1323 |
I think my issue is slightly different. I am not bothered by the "untagged" amount. The first tagged container doesn't work and I don't know why it was created in the first place. Every build creates the correct container and then creates a container that doesn't pull. As you can see...the sha256s are weirdly aligned. |
It doesn't seem pushed by the build-push-action: https://github.com/phrreakk/vwbackup/actions/runs/13650514649/job/38157784947#step:7:300
Maybe this is the |
Contributing guidelines
I've found a bug, and:
Description
I am using a mainly default flow from GitHub Actions Marketplace. My flow is a simple multi-stage build.
Expected behaviour
I expect a container being tagged and uploaded to ghcr.io with the tags of latest, 1.x.x, and 1.x. This works perfectly as of right now. Additionally another container with a different sha256 but the label matches the previous sha of the working container shows in the list.
Actual behaviour
For every deployment, two containers are being created and I'm at a loss for why the second container is being created.
Repository URL
https://github.com/phrreakk/vwbackup
Workflow run URL
https://github.com/phrreakk/vwbackup/actions/runs/13650514649
YAML workflow
Workflow logs
No response
BuildKit logs
Additional info
Container 1: Perfect
sha256: sha256:e18c6f149c98c280f7c43417975603e16d22e3f67a707733b17d2361331307ca
Tags: latest, 1.1.5, 1.1
Container 2: Fails terribly on pull...and it is the default/first in the list
sha256: sha256:cdb4e2eaf6d79e83c2bc9059e2c22ccadeb4be4e3a21eb077837c2586f7645bb
Tags: sha256-e18c6f149c98c280f7c43417975603e16d22e3f67a707733b17d2361331307ca.sig
The text was updated successfully, but these errors were encountered: