Skip to content

Commit 7b5f902

Browse files
authored
Update previous release
1 parent 5c2aecb commit 7b5f902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
8282
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
8383
# NOTE(upgrade): Reference the PREVIOUS release here.
84-
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-yoga
84+
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-zed
8585
# NOTE(upgrade): Reference the PREVIOUS release branch here.
86-
PREVIOUS_BRANCH: stackhpc/yoga
86+
PREVIOUS_BRANCH: stackhpc/zed
8787
steps:
8888
# If testing upgrade, checkout previous release, otherwise checkout current branch
8989
- name: Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config

0 commit comments

Comments
 (0)