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 87661d6 commit 10aa813Copy full SHA for 10aa813
.github/workflows/stackhpc-all-in-one.yml
@@ -93,9 +93,9 @@ jobs:
93
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
94
KAYOBE_IMAGE: ${{ inputs.kayobe_image }}
95
# NOTE(upgrade): Reference the PREVIOUS release here.
96
- PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
+ PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
97
# NOTE(upgrade): Reference the PREVIOUS release branch here.
98
- PREVIOUS_BRANCH: stackhpc/2023.1
+ PREVIOUS_BRANCH: stackhpc/2024.1
99
steps:
100
- name: Install Package
101
uses: ConorMacBride/install-package@main
0 commit comments