From fbb93b868f62d496ba1f1b80e8095de9fd1f037f Mon Sep 17 00:00:00 2001 From: Jayesh Srivastava Date: Sat, 7 Dec 2024 14:36:13 +0530 Subject: [PATCH] Update registry in workflow --- .github/workflows/main.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1e71ce1e9..44e7785c0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,8 +21,8 @@ jobs: # Ensure that the credentials are provided as encrypted secrets env: SPECTRO_VERSION: ${{ github.event.inputs.release_version }} - LEGACY_REGISTRY: gcr.io/spectro-images-public/release/cluster-api-vsphere - FIPS_REGISTRY: gcr.io/spectro-images-public/release-fips/cluster-api-vsphere + LEGACY_REGISTRY: us-docker.pkg.dev/palette-images/palette/cluster-api-vsphere + FIPS_REGISTRY: us-docker.pkg.dev/palette-images-fips/palette/cluster-api-vsphere steps: - uses: mukunku/tag-exists-action@v1.2.0 @@ -37,8 +37,8 @@ jobs: - if: ${{ github.event.inputs.rel_type == 'rc' }} run: | - echo "LEGACY_REGISTRY=gcr.io/spectro-dev-public/release/cluster-api-vsphere" >> $GITHUB_ENV - echo "FIPS_REGISTRY=gcr.io/spectro-dev-public/release-fips/cluster-api-vsphere" >> $GITHUB_ENV + echo "LEGACY_REGISTRY=us-east1-docker.pkg.dev/spectro-images/dev/cluster-api-vsphere" >> $GITHUB_ENV + echo "FIPS_REGISTRY=us-east1-docker.pkg.dev/spectro-images/dev-fips/cluster-api-vsphere" >> $GITHUB_ENV - uses: actions/checkout@v3 - @@ -51,6 +51,13 @@ jobs: registry: ${{ secrets.REGISTRY_URL }} username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} + - + name: Login to dev private registry + uses: docker/login-action@v1 + with: + registry: ${{ secrets.DEV_REGISTRY_URL }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_PASSWORD }} - name: Build Image env: