Skip to content
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

[BUG] undefined tag is present on Dockerhub #257

Open
davidzwa opened this issue May 11, 2023 · 1 comment
Open

[BUG] undefined tag is present on Dockerhub #257

davidzwa opened this issue May 11, 2023 · 1 comment
Labels

Comments

@davidzwa
Copy link

davidzwa commented May 11, 2023

Describe the bug
Somehow the tag undefined is pushed with the same layers as bleeding is tagged with. Maybe a workflow bug causes this label to be tagged

To Reproduce
Steps to reproduce the behavior:

  1. Visit dockerhub: https://hub.docker.com/layers/octoprint/octoprint/undefined/images/sha256-cd7fede720a0fdf91989939a38c2e604c991eaa81da6353c8367a168489b48ce?context=explore
  2. Find the undefined tag being present

Expected behavior
Would not expect this tag

@davidzwa davidzwa added the bug label May 11, 2023
@davidzwa
Copy link
Author

I believe not adding a tag_name to the tagging strategy causes this:
https://github.com/HackerHappyHour/tagging-strategy#inputs

Check the show docker tags step in my repo:
https://github.com/fdm-monster/fdm-monster/actions/runs/4953172047/jobs/8860357559
I've mitigated the undefined tag.

However this one still has the undefined tag:
https://github.com/fdm-monster/fdm-monster/actions/runs/4953158427/jobs/8860330428

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant