Closed petehouston closed 1 week ago
The latest version of this orb is compatible with both GCR and Artifact repository.
The way the url to push the image to is defined here.
You will need to specify the push-image
following parameters:
thanks @david-montano-circleci
Orb version: 0.16.2
What happened:
Error occurred during push:
Expected behavior:
It should push to Artifact Registry repo
Additional Information:
It's like we need a field to indicate if the build is for legacy Container Registry or standard Artifact Registry repository. Something like:
if
repository-url
is empty, it is a GCR push; otherwise, it is a push to Artifact Registry repo: