Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-release
: load built images for later push (#1095)
Otherwise the `docker push` steps can't see the images, as in [1]: Build step: ``` WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load ``` Push step: ``` The push refers to repository [us-west2-docker.pkg.dev/janus-artifacts/divviup-api/divviup_api_integration_test] An image does not exist locally with the tag: us-west2-docker.pkg.dev/janus-artifacts/divviup-api/divviup_api_integration_test ``` [1]: https://github.com/divviup/divviup-api/actions/runs/9490619255/job/26154435457
- Loading branch information