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 Oct 9, 2023
1 parent 967487b commit 64d9eab
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/spectro-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
run: |
echo "LEGACY_REGISTRY=gcr.io/spectro-dev-public/release/cluster-api-azure" >> $GITHUB_ENV
echo "FIPS_REGISTRY=gcr.io/spectro-dev-public/release-fips/cluster-api-azure" >> $GITHUB_ENV
-
name: Set ARM Builder Host
run: |
echo "ARM_DOCKER_HOST=ssh://builder@${{ secrets.DOCKER_HOST_ARM }}" >> $GITHUB_ENV
-
name: Install SSH key for remote docker build
uses: shimataro/ssh-key-action@v2
Expand All @@ -62,21 +58,12 @@ jobs:
registry: ${{ secrets.REGISTRY_URL }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
-
name: Build ARM Image
env:
REGISTRY: ${{ env.LEGACY_REGISTRY }}
DOCKER_HOST: ${{ env.ARM_DOCKER_HOST }}
ARCH: arm64
run: |
make docker-build
-
name: Build Image
env:
REGISTRY: ${{ env.LEGACY_REGISTRY }}
ARCH: amd64
run: |
make docker-build
make docker-build-all
make docker-push-all
-
name: Build Image - FIPS Mode
Expand Down

0 comments on commit 64d9eab

Please sign in to comment.