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 3887da2 commit 7d6f5e0Copy full SHA for 7d6f5e0
.github/workflows/build.yml
@@ -38,12 +38,10 @@ jobs:
38
username: ${{ github.actor }}
39
password: ${{ secrets.GITHUB_TOKEN }}
40
41
- - name: Build and cache build-stage
+ - name: Build container
42
uses: docker/build-push-action@v3
43
with:
44
context: .
45
- cache-from: type=registry,ref=ghcr.io/star-bnl/star-spack:cache-${{ matrix.starenv }}-${{ matrix.compiler }}
46
- cache-to: type=registry,ref=ghcr.io/star-bnl/star-spack:cache-${{ matrix.starenv }}-${{ matrix.compiler }},mode=max
47
build-args: |
48
starenv=${{ matrix.starenv }}
49
compiler=${{ matrix.compiler }}
0 commit comments