Skip to content

Commit

Permalink
Disable prime image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Dec 11, 2024
1 parent 226b1d2 commit f7a405b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build and push container image
id: build-amd64
uses: rancher/ecm-distro-tools/actions/publish-image@master
uses: rancher/ecm-distro-tools/actions/publish-image@v0.46.2
env:
META_LABELS: ${{ steps.meta-amd64.outputs.labels }}
with:
Expand All @@ -59,6 +59,7 @@ jobs:
public-username: ${{ env.DOCKER_USERNAME }}
public-password: ${{ secrets.DOCKER_PASSWORD }}

push-to-prime: false
prime-repo: mgfritch
prime-registry: ${{ env.PRIME_REGISTRY }}
prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}
Expand Down Expand Up @@ -108,7 +109,7 @@ jobs:
- name: Create manifest list and push
id: push-manifest
uses: rancher/ecm-distro-tools/actions/publish-image@master
uses: rancher/ecm-distro-tools/actions/publish-image@v0.46.2
env:
DOCKER_METADATA_OUTPUT_JSON: ${{ steps.meta.outputs.json }}
REGISTRY_IMAGE: ${{ env.REGISTRY_IMAGE }}
Expand All @@ -123,6 +124,7 @@ jobs:
public-username: ${{ env.DOCKER_USERNAME }}
public-password: ${{ secrets.DOCKER_PASSWORD }}

push-to-prime: false
prime-repo: mgfritch
prime-registry: ${{ env.PRIME_REGISTRY }}
prime-username: ${{ env.PRIME_REGISTRY_USERNAME }}
Expand Down

0 comments on commit f7a405b

Please sign in to comment.