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 dbcdf26 commit 80c08e0Copy full SHA for 80c08e0
.github/workflows/ci_checks.yaml
@@ -38,8 +38,8 @@ jobs:
38
workdir: .
39
set: |
40
*.output=type=docker,name=bootstrap
41
- *.cache-from=type=gha,scope=local/bootstrap/${{ matrix.ompi_version }}
42
- *.cache-to=type=gha,mode=max,scope=local/bootstrap/${{ matrix.ompi_version }}
+ *.cache-from=type=gha,scope=bootstrap/${{ matrix.ompi_version }}
+ *.cache-to=type=gha,mode=max,scope=bootstrap/${{ matrix.ompi_version }}
43
*.args.OMPI_VERSION=${{ matrix.ompi_version }}
44
45
- name: Bootstrap the environment Dockerfile
@@ -66,6 +66,7 @@ jobs:
66
targets: fenix
67
68
69
+ *.output=type=docker,name=fenix
70
71
72
- name: Test Fenix
0 commit comments