Closed nutjob4life closed 1 year ago
+1
i am still having the error, see for example https://github.com/NASA-PDS/registry-loader/actions/runs/4577537624/jobs/8083064321
I might be able to fix that
I tried to add a v
to the tag name generation in the workflow. I did not test. I will do my docker image manually for today and I am leaving this bug open.
🐛 Describe the bug
After pushing a tag like
release/x.y.z
, the Roundup Action performs a release and then deletes therelease/x.y.z
tag. However, the Stable workflow then triggers the Imaging workflow via repository dispatch. The Imaging workflow then checks outrelease/x.y.z
, but it no longer exists.📜 To Reproduce
release/x.y.z
🕵️ Expected behavior
Docker images are constructed and pushed to the Hub.