Skip to content

Commit

Permalink
Only push to stable branch if is-stable is selected
Browse files Browse the repository at this point in the history
Co-authored-by: ted chang <[email protected]>
  • Loading branch information
anishasthana and tedhtchang committed Jul 8, 2023
1 parent 8821696 commit 27b30c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
- name: Image Push
run: |
podman push quay.io/${{ github.event.inputs.quay-organization }}/notebook:${{ github.event.inputs.release-version }}
- name: Image Push Stable
if: ${{github.event.inputs.is-stable}}
run: |
podman push quay.io/${{ github.event.inputs.quay-organization }}/notebook:${{ github.event.inputs.release-version }} quay.io/${{ github.event.inputs.quay-organization }}/notebook:stable
- name: Create Github release
Expand Down

0 comments on commit 27b30c9

Please sign in to comment.