Skip to content

Commit 8d0b132

Browse files
Update registry in spectro-release.yaml
1 parent 920c884 commit 8d0b132

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/workflows/spectro-release.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
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
-
2828
uses: mukunku/[email protected]
@@ -37,8 +37,8 @@ jobs:
3737
-
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
@@ -58,6 +58,13 @@ jobs:
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:

0 commit comments

Comments
 (0)