euniceb-org / org.euniceb.service.gateway

Spring Cloud Gateway example using Testcontainers to validate GraalVM native image
Apache License 2.0
0 stars 0 forks source link

the tag v0.0.1 doesn't have any code in it. #1

Open dashaun opened 1 month ago

dashaun commented 1 month ago

The tag exists, but there is no code in that tag. Either delete the tag and try again, or create a new tag.

To create a new tag v0.0.2 for example:

git checkout master
git tag v0.0.2
git push origin v0.0.2
eunix56 commented 1 month ago

Okay, I deleted the tag and tried again