Skip to content

Commit 27b30c9

Browse files
Only push to stable branch if is-stable is selected
Co-authored-by: ted chang <[email protected]>
1 parent 8821696 commit 27b30c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
- name: Image Push
7575
run: |
7676
podman push quay.io/${{ github.event.inputs.quay-organization }}/notebook:${{ github.event.inputs.release-version }}
77+
- name: Image Push Stable
78+
if: ${{github.event.inputs.is-stable}}
79+
run: |
7780
podman push quay.io/${{ github.event.inputs.quay-organization }}/notebook:${{ github.event.inputs.release-version }} quay.io/${{ github.event.inputs.quay-organization }}/notebook:stable
7881
7982
- name: Create Github release

0 commit comments

Comments
 (0)