File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ services:
1919 - .github/:/configs
2020
2121 env :
22- image : " ghcr.io/ sandialabs/fenix/env"
22+ image : " sandialabs/fenix/env"
2323 build :
2424 # Generated by running the bootstrap image
2525 dockerfile : .github/spack.Dockerfile
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ jobs:
4949 uses : docker/bake-action@v5
5050 with :
5151 files : .github/docker-compose.yml
52- targets : ghcr.io/ sandialabs/fenix/env
52+ targets : sandialabs/fenix/env
5353 workdir : .
5454 pull : true
5555 push : true
5656 set : |
5757 *.cache-from=type=gha,scope=local/env/${{ matrix.ompi_version }}
5858 *.cache-to=type=gha,mode=max,scope=local/env/${{ matrix.ompi_version }}
59- *.tags =ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
59+ *.output=type=docker,name =ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
6060
6161 - name : Build Fenix
6262 uses : docker/bake-action@v5
You can’t perform that action at this time.
0 commit comments