SpoticordMusic / spoticord

The official Spoticord Music Discord bot
https://spoticord.com/
GNU Affero General Public License v3.0
54 stars 10 forks source link

Make GitHub actions use vars instead of hardcoded values #23

Closed spectrapulse closed 1 year ago

spectrapulse commented 1 year ago

To avoid this mess in the future, the CI should now just use GitHub provided variables to decide what registry URL to push to.

Additionally it will make it a lot nicer for people who fork this repo in the future!

spectrapulse commented 1 year ago

Not sure why CI is failing on this as the repo name is all lowercase... Augh

spectrapulse commented 1 year ago

I absolutely hate how nobody at GitHub has thought about how this would be a problem but here we are using a jank solution to a design issue on GitHub's end.

I shouldn't have to add another build-step for this to just function properly.