nginxinc / nginx-s3-gateway

NGINX S3 Caching Gateway
Apache License 2.0
515 stars 127 forks source link

fix and issue where final build cannot find the base image for build #200

Closed 4141done closed 9 months ago

4141done commented 9 months ago

The original pull request https://github.com/nginxinc/nginx-s3-gateway/pull/197 had an issue where the final build and push could not find the base image locally.

This change corrects the issue but introducing a local registry to the final build push step as described in https://docs.docker.com/build/ci/github-actions/named-contexts/#using-with-a-container-builder since the docker-container driver-based build can't load from the local docker environment.