Skip to content

Commit 7ea7f8f

Browse files
Fix setting output twice
1 parent 96d5f6e commit 7ea7f8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_checks.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
targets: env
5353
workdir: .
5454
pull: true
55-
push: true
5655
set: |
5756
*.cache-from=type=gha,scope=env/${{ matrix.ompi_version }}
5857
*.cache-to=type=gha,mode=max,scope=env/${{ matrix.ompi_version }}
59-
*.output=type=image,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
58+
*.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
6059
6160
- name: Build Fenix
6261
uses: docker/bake-action@v5

0 commit comments

Comments
 (0)