microbiomedata / nmdc-runtime

Runtime system for NMDC data management and orchestration
https://microbiomedata.github.io/nmdc-runtime/
Other
5 stars 3 forks source link

Configure GitHub Actions to push container image to GitHub Container Registry (in addition to Docker Hub) #565

Closed eecavanna closed 3 months ago

eecavanna commented 3 months ago

Description

In this branch, I updated a GitHub Actions workflow so that, when it builds a container image and pushes it to Docker Hub, it also pushes a copy to GitHub Container Registry. That will make nmdc-runtime work more similarly to other NMDC products/applications (i.e. nmdc-server, nmdc-edge, and nmdc-aggregator).

Fixes #564

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

It has not been tested yet. The final test will be whether Runtime package(s) appear at https://github.com/orgs/microbiomedata/packages once this new GHA workflow runs.

Configuration Details: none

Checklist:

eecavanna commented 3 months ago

Thanks, @dwinston. Here goes, fingers crossed! 🤞 😄