Skip to content

Commit 27efebd

Browse files
authored
Merge pull request #1693 from martin-g/use-latest-build-su2-cross
Use latest build-su2-cross Docker image for `release-management` Github Actions workflow
2 parents f2add99 + 5518e6a commit 27efebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ matrix.os_bin }}-${{ github.sha }}
3636
restore-keys: ${{ matrix.os_bin }}
3737
- name: Build
38-
uses: docker://su2code/build-su2-cross:latest
38+
uses: docker://ghcr.io/su2code/su2/build-su2-cross:220716-1459
3939
with:
4040
args: -b ${{ github.sha }} -f "${{matrix.flags}}"
4141
- name: Create Archive

0 commit comments

Comments
 (0)