WildMeOrg / wildbook-ia

Wildbook's Image Analysis (WBIA) backend service supporting machine learning for wildlife conservation
https://wildbook.org
Apache License 2.0
76 stars 19 forks source link

Revert changes to devops/publish.sh, broke github packages #189

Closed karenc closed 3 years ago

karenc commented 3 years ago

When running the nightly workflow, "Push to GitHub Packages" step:

bash devops/publish.sh -t nightly -r docker.pkg.github.com wildbook-ia
...
error parsing HTTP 404 response body: invalid character 'p' after top-level value: "404 page not found\n"

This is because instead of tagging the image as docker.pkg.github.com/wildmeorg/wildbook-ia/<img>:latest, the image was tagged as docker.pkg.github.com/<img>:latest, which causes github packages to return the 404 error.

The commits partially reverted are bbd35a8 and 431e8927.