We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2aecb commit 7b5f902Copy full SHA for 7b5f902
.github/workflows/stackhpc-all-in-one.yml
@@ -81,9 +81,9 @@ jobs:
81
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
82
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
83
# NOTE(upgrade): Reference the PREVIOUS release here.
84
- PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-yoga
+ PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-zed
85
# NOTE(upgrade): Reference the PREVIOUS release branch here.
86
- PREVIOUS_BRANCH: stackhpc/yoga
+ PREVIOUS_BRANCH: stackhpc/zed
87
steps:
88
# If testing upgrade, checkout previous release, otherwise checkout current branch
89
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
0 commit comments