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 21
21
# Ensure that the credentials are provided as encrypted secrets
22
22
env :
23
23
SPECTRO_VERSION : ${{ github.event.inputs.release_version }}
24
- LEGACY_REGISTRY : gcr.io/spectro -images-public/release /cluster-api/capi-bootstrap-provider-microk8s
25
- FIPS_REGISTRY : gcr.io/spectro -images-public/release- fips/cluster-api/capi-bootstrap-provider-microk8s
24
+ LEGACY_REGISTRY : us-docker.pkg.dev/palette -images/palette /cluster-api/capi-bootstrap-provider-microk8s
25
+ FIPS_REGISTRY : us-docker.pkg.dev/palette -images-fips/palette /cluster-api/capi-bootstrap-provider-microk8s
26
26
steps :
27
27
-
28
28
37
37
-
38
38
if : ${{ github.event.inputs.rel_type == 'rc' }}
39
39
run : |
40
- echo "LEGACY_REGISTRY=gcr.io /spectro-dev-public/release /cluster-api/capi-bootstrap-provider-microk8s" >> $GITHUB_ENV
41
- echo "FIPS_REGISTRY=gcr.io /spectro-dev-public/release -fips/cluster-api/capi-bootstrap-provider-microk8s" >> $GITHUB_ENV
40
+ echo "LEGACY_REGISTRY=us-east1-docker.pkg.dev /spectro-images/dev /cluster-api/capi-bootstrap-provider-microk8s" >> $GITHUB_ENV
41
+ echo "FIPS_REGISTRY=us-east1-docker.pkg.dev /spectro-images/dev -fips/cluster-api/capi-bootstrap-provider-microk8s" >> $GITHUB_ENV
42
42
-
43
43
uses : actions/checkout@v3
44
44
-
51
51
registry : ${{ secrets.REGISTRY_URL }}
52
52
username : ${{ secrets.REGISTRY_USERNAME }}
53
53
password : ${{ secrets.REGISTRY_PASSWORD }}
54
+ -
55
+ name : Login to dev private registry
56
+ uses : docker/login-action@v1
57
+ with :
58
+ registry : ${{ secrets.DEV_REGISTRY_URL }}
59
+ username : ${{ secrets.REGISTRY_USERNAME }}
60
+ password : ${{ secrets.REGISTRY_PASSWORD }}
54
61
-
55
62
name : Build Image
56
63
env :
You can’t perform that action at this time.
0 commit comments