bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Fix Docker push of shortened SHA #27

Closed lspgn closed 2 years ago

lspgn commented 2 years ago

Push was failing due to a bash syntax that was not interpreted inside the environment variable.

ties commented 2 years ago

Let's try this iteration. Pretty confusing that this env var substitution in some places (steps) is a shell and in others (like here) is something else...