Skip to content

Commit 29624b2

Browse files
Set tag
1 parent eb46ba3 commit 29624b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ jobs:
5555
set: |
5656
*.cache-from=type=gha,scope=env/${{ matrix.ompi_version }}
5757
*.cache-to=type=gha,mode=max,scope=env/${{ matrix.ompi_version }}
58-
*.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
58+
env.tags=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
59+
env.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
5960
6061
- name: Build Fenix
6162
uses: docker/bake-action@v5

0 commit comments

Comments
 (0)