NYCPlanning / db-data-library

📚 Data Library
https://nycplanning.github.io/db-data-library/library/index.html
MIT License
0 stars 1 forks source link

Fvk fix docker image publication #390

Closed fvankrieken closed 1 year ago

fvankrieken commented 1 year ago

PR doesn't quite show changes because of my accidental push to main. See links in this description

Before, we were using this action to setup docker and run via commands. This was having some sort of internal failure while installing things via apt-get.

With these changes, we're no longer setting up docker, but logging, buildling and pushing via docker's official published actions. Specifically, login-action and build-push-action

See changes in original push to main here

See failing workflow runs prior to changes here.

fvankrieken commented 1 year ago

Latest staging image published

https://hub.docker.com/layers/nycplanning/library/ubuntu-staging/images/sha256-feb0eee2d85fa5dc0cdd505aba97493088309d2a4801f69008ff804762e03835?context=explore

looks good to me