You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/sh -eo pipefail
make build
Failed to identify the tags to be set.
No images were tagged due to an error when determining the correct tags: Error: Unexpected HTTP statuscode for https://registry.hub.docker.com/v1/repositories/stackstorm/st2/tags: 410
exit 1
make: *** [Makefile:101: verify_tag_update_flag] Error 1
Exited with code exit status 2
Spot checked a few of these images on https://hub.docker.com/u/stackstorm and didn't find a release tag for v3.8.0.
Example from the st2web image tags section:
The most recent release tag was
3.7.0
. Following dev images available:Also looks like
latest
was published 7 mo ago (probably at v3.7.0)The text was updated successfully, but these errors were encountered: