Skip to content

Commit

Permalink
Fix setting output twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Nov 13, 2024
1 parent 96d5f6e commit 7ea7f8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:
targets: env
workdir: .
pull: true
push: true
set: |
*.cache-from=type=gha,scope=env/${{ matrix.ompi_version }}
*.cache-to=type=gha,mode=max,scope=env/${{ matrix.ompi_version }}
*.output=type=image,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
*.output=type=registry,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
- name: Build Fenix
uses: docker/bake-action@v5
Expand Down

0 comments on commit 7ea7f8f

Please sign in to comment.