We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2add99 + 5518e6a commit 27efebdCopy full SHA for 27efebd
.github/workflows/release-management.yml
@@ -35,7 +35,7 @@ jobs:
35
key: ${{ matrix.os_bin }}-${{ github.sha }}
36
restore-keys: ${{ matrix.os_bin }}
37
- name: Build
38
- uses: docker://su2code/build-su2-cross:latest
+ uses: docker://ghcr.io/su2code/su2/build-su2-cross:220716-1459
39
with:
40
args: -b ${{ github.sha }} -f "${{matrix.flags}}"
41
- name: Create Archive
0 commit comments