rapid-battery-31499
09/26/2023, 7:10 AM#21 pushing layers
#21 pushing layers 9.5s done
#21 ERROR: server message: insufficient_scope: authorization failed
------
> exporting to image:
------
Verbose mode on
Exception: failed to run command envd build --path /var/folders/01/m569sr9x04j6x8_sr_n1c03r06hms7/T/flyte-1_vvmrrs/sandbox/local_flytekit/e38a8dcc131d549746dce03d24518275 --platform linux/amd64 --output
type=image,name=flyteorg/flytekit:bs7XeIpZ4eTrTBeR5k0DDA..,push=true with error b'time="2023-09-26T08:51:02+02:00" level=fatal msg="failed to build the image: failed to build: failed to wait error group: failed
to solve LLB: failed to solve: server message: insufficient_scope: authorization failed"\n'
As a background, we have deployed flyte in GKE in GCP.
How can I make sure that the image is pushed to GCP Artifact Registory ? Do I have to change some setting ?
Looking for help.billions-house-49839
09/26/2023, 9:22 AMregistry="<http://ghcr.io/flyteorg|ghcr.io/flyteorg>"
and make sure you have access to the registry by running docker login
.
Let me know if that helps!rapid-battery-31499
09/26/2023, 3:36 PM