populationgenomics / images

Reusable single-software docker images
MIT License
1 stars 1 forks source link

Refactor deploy_image job and update actions versions used #168

Closed jmarshall closed 1 week ago

jmarshall commented 1 week ago

Recombine deploy_image_prod/deploy_image_dev into a single workflow by using ${{ … }} to vary environment and service_account as appropriate. In particular, this avoids building the Docker image twice because both jobs are running in parallel.

Update the versions of the various actions used to node20-based ones.