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 96d5f6e commit 7ea7f8fCopy full SHA for 7ea7f8f
.github/workflows/ci_checks.yaml
@@ -52,11 +52,10 @@ jobs:
52
targets: env
53
workdir: .
54
pull: true
55
- push: true
56
set: |
57
*.cache-from=type=gha,scope=env/${{ matrix.ompi_version }}
58
*.cache-to=type=gha,mode=max,scope=env/${{ matrix.ompi_version }}
59
- *.output=type=image,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
+ *.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
60
61
- name: Build Fenix
62
uses: docker/bake-action@v5
0 commit comments