Skip to content

Commit 88f3b58

Browse files
remove domain from image name
1 parent 33eb607 commit 88f3b58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/ci_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)