Closed 4141done closed 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.
docker-container
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.