NASA-PDS / registry-loader

Tools used to load and update data in the registry, currently harvest and registry manager package in a docker image.
Other
1 stars 0 forks source link

Stable Roundup can no longer trigger Imaging workflow #26

Closed nutjob4life closed 1 year ago

nutjob4life commented 2 years ago

🐛 Describe the bug

After pushing a tag like release/x.y.z, the Roundup Action performs a release and then deletes the release/x.y.z tag. However, the Stable workflow then triggers the Imaging workflow via repository dispatch. The Imaging workflow then checks out release/x.y.z, but it no longer exists.

📜 To Reproduce

  1. Push a tag like release/x.y.z
  2. 🍿

🕵️ Expected behavior

Docker images are constructed and pushed to the Hub.

tloubrieu-jpl commented 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

tloubrieu-jpl commented 1 year ago

I might be able to fix that

tloubrieu-jpl commented 1 year ago

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.