Skip to content

Commit

Permalink
Update spectro-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfilee authored Jun 4, 2023
1 parent ceca3a3 commit 3ecd612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
-
name: Build Image
env:
DEV_REGISTRY: gcr.io/spectro-images-public/release/cluster-api-aws
REGISTRY: gcr.io/spectro-images-public/release/cluster-api-aws
run: |
make docker-build-all
make docker-push-all
-
name: Build Image - FIPS Mode
env:
FIPS_ENABLE: yes
DEV_REGISTRY: gcr.io/spectro-images-public/release-fips/cluster-api-aws
REGISTRY: gcr.io/spectro-images-public/release-fips/cluster-api-aws
run: |
make docker-build
make docker-push-gcr
Expand Down

0 comments on commit 3ecd612

Please sign in to comment.