Skip to content

Commit

Permalink
disable build to prime
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Dec 11, 2024
1 parent 226b1d2 commit f1f16a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ jobs:
tag: ${{ github.event.release.tag_name }}
platforms: linux/amd64

push-to-public: true
public-repo: mgfritch
public-registry: ${{ env.PUBLIC_REGISTRY }}
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 f1f16a7

Please sign in to comment.