Skip to content

Commit

Permalink
remove domain from image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Whitlock committed Nov 13, 2024
1 parent 33eb607 commit 88f3b58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- .github/:/configs

env:
image: "ghcr.io/sandialabs/fenix/env"
image: "sandialabs/fenix/env"
build:
# Generated by running the bootstrap image
dockerfile: .github/spack.Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
uses: docker/bake-action@v5
with:
files: .github/docker-compose.yml
targets: ghcr.io/sandialabs/fenix/env
targets: sandialabs/fenix/env
workdir: .
pull: true
push: true
set: |
*.cache-from=type=gha,scope=local/env/${{ matrix.ompi_version }}
*.cache-to=type=gha,mode=max,scope=local/env/${{ matrix.ompi_version }}
*.tags=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
*.output=type=docker,name=ghcr.io/sandialabs/fenix/env:${{ matrix.ompi_version }}
- name: Build Fenix
uses: docker/bake-action@v5
Expand Down

0 comments on commit 88f3b58

Please sign in to comment.