paritytech / scripts

Collection of Dockerfiles, scripts and related resources
Apache License 2.0
41 stars 39 forks source link

Fix .push_to_production job template #553

Closed altaua closed 1 year ago

altaua commented 1 year ago

The .push_to_production script was inadvertently broken in #550. This pull command is neccessary because the .push_to_production jobs don't run in the same environment that originally built the staging image, and thus doesn't have a local copy of the staging image available.