Skip to content

Commit 2d717a1

Browse files
Genesis AlvarezGenesis Alvarez
authored andcommitted
chore(ci): replace hardcoded GAR path with GCP_REGISTRY variable
1 parent 6063a78 commit 2d717a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
REQUIRED_MODULES: session_redis,logging_json,attachment_s3,cloud_platform_exoscale # list of addional addons to install separated by comma
18-
GAR_BASE: us-docker.pkg.dev/${{ secrets.GKE_PROJECT }}/odoo-gob
18+
GAR_BASE: ${{ vars.GCP_REGISTRY}}
1919
HUB_BASE: gobdo/odoo-gob
2020
IMAGE_LOCATION: iterativodo/dockerdoo
2121
ENV: "prod"

0 commit comments

Comments
 (0)