File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 2121 # Ensure that the credentials are provided as encrypted secrets
2222 env :
2323 SPECTRO_VERSION : ${{ github.event.inputs.release_version }}
24- LEGACY_REGISTRY : gcr.io/spectro -images-public/release /cluster-api-azure
25- FIPS_REGISTRY : gcr.io/spectro -images-public/release- fips/cluster-api-azure
24+ LEGACY_REGISTRY : us-docker.pkg.dev/palette -images/palette /cluster-api-azure
25+ FIPS_REGISTRY : us-docker.pkg.dev/palette -images-fips/palette /cluster-api-azure
2626 steps :
2727 -
28283737 -
3838 if : ${{ github.event.inputs.rel_type == 'rc' }}
3939 run : |
40- echo "LEGACY_REGISTRY=gcr.io /spectro-dev-public/release /cluster-api-azure" >> $GITHUB_ENV
41- echo "FIPS_REGISTRY=gcr.io /spectro-dev-public/release -fips/cluster-api-azure" >> $GITHUB_ENV
40+ echo "LEGACY_REGISTRY=us-east1-docker.pkg.dev /spectro-images/dev /cluster-api-azure" >> $GITHUB_ENV
41+ echo "FIPS_REGISTRY=us-east1-docker.pkg.dev /spectro-images/dev -fips/cluster-api-azure" >> $GITHUB_ENV
4242 -
4343 name : Install SSH key for remote docker build
4444 uses : shimataro/ssh-key-action@v2
5858 registry : ${{ secrets.REGISTRY_URL }}
5959 username : ${{ secrets.REGISTRY_USERNAME }}
6060 password : ${{ secrets.REGISTRY_PASSWORD }}
61+ -
62+ name : Login to dev private registry
63+ uses : docker/login-action@v1
64+ with :
65+ registry : ${{ secrets.DEV_REGISTRY_URL }}
66+ username : ${{ secrets.REGISTRY_USERNAME }}
67+ password : ${{ secrets.REGISTRY_PASSWORD }}
6168 -
6269 name : Build Image
6370 env :
You can’t perform that action at this time.
0 commit comments