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 eb46ba3 commit 29624b2Copy full SHA for 29624b2
.github/workflows/ci_checks.yaml
@@ -55,7 +55,8 @@ jobs:
55
set: |
56
*.cache-from=type=gha,scope=env/${{ matrix.ompi_version }}
57
*.cache-to=type=gha,mode=max,scope=env/${{ matrix.ompi_version }}
58
- *.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
+ env.tags=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
59
+ env.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