docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.24k stars 541 forks source link

Surface Google Artifact Registry Usage More Prominently #921

Closed GLStephen closed 1 year ago

GLStephen commented 1 year ago

As Google transitions to artifact registry it would be nice to surface more concise docs on how to use it more prominently in the project. This ticket was ultimately the one that solved it for me.

          @Hyperclaw79 It's possible to push to a regional GAR registry, just tag your images like this, e.g.: `us-west4-docker.pkg.dev/project-id/repository/image-name...`. It's buried somewhat [here in the documentation](https://cloud.google.com/artifact-registry/docs/transition/setup-repo#push-pull).

That's been working well for me using this action. HTH!

Originally posted by @mikepilat in https://github.com/docker/build-push-action/issues/765#issuecomment-1397921930

crazy-max commented 1 year ago

I don't think this is the right place and doesn't seem related to the action but how to tag for a specific registry which can be anything being able to push images such as this action or any other tool.