Skip to content

Commit

Permalink
wrong org, should be converged-computing and not rse-ops
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 10, 2023
1 parent fcbc7bf commit 299350b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
root: .
parser: dockerbuild
flags: "--registry ghcr.io/rse-ops --all"
flags: "--registry ghcr.io/converged-computing --all"

- name: View and Check Build Matrix Result
env:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
echo "container_name=${container_name}" >> $GITHUB_ENV
- name: Pull Docker Layers
run: docker pull ghcr.io/rse-ops/${container_name} || exit 0
run: docker pull ghcr.io/converged-computing/${container_name} || exit 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
4 changes: 1 addition & 3 deletions rocky/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG tag=8
FROM spack/rockylinux${tag}:latest as builder

# What we want to install and how we want to install it
# is specified in a manifest file (spack.yaml)
# Specify flux deps in the spack manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
&& (echo spack: \
&& echo ' specs: [flux-sched, flux-core, flux-security]' \
Expand Down Expand Up @@ -52,4 +51,3 @@ RUN dnf install -y munge && systemctl enable munge

ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit 299350b

Please sign in to comment.