cartesi / rollups

Cartesi Rollups
30 stars 12 forks source link

Fix docker push in CI #45

Closed gligneul closed 1 year ago

gligneul commented 1 year ago

๐Ÿ™‚ Expected behavior

It should work

๐Ÿซ  Actual behavior

The CI is not able to push the docker images

๐Ÿงช Minimal test case

See https://github.com/cartesi/rollups/actions/runs/5027300914/jobs/9017103018#step:4:41

๐ŸŒŽ Environment

CI

โœ”๏ธ Possible solutions

It is not working because the public repo was configured to only publish images from tags. Now that we moved development to this repo, it should push development images that are sent to ghcr.io as well.