ECMWFCode4Earth / vAirify

code repository for 2024 Code for Earth project #16
0 stars 0 forks source link

Make the Repository Lowercase in workflows #94

Closed lincent closed 2 weeks ago

lincent commented 2 weeks ago

The docker commands require the image names to be lowercase.

When using the github.repository variable, as the org/repo string (ECMWFCode4Earth/vAirify) contains upper case characters this needs lowercasing.

Added a step to make the variable lowercase

Also removed warnings around the log in, this update pipes in the password rather needing to be explicitly provided... ish