Skip to content

Commit 0fe3ac9

Browse files
authored
Merge pull request #19 from opensciencegrid/Update-EL8-to-AL8
Update CentOS Stream 8 to Alma Linux 8
2 parents 1657713 + 1ae608b commit 0fe3ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
case "$DVER" in
6969
9) image_base="quay.io/centos/centos:stream9";;
70-
8) image_base="quay.io/centos/centos:stream8";;
70+
8) image_base="docker.io/library/almalinux:8";;
7171
7) image_base="docker.io/centos:centos7";;
7272
*) echo "Unknown distro version: $DVER"; exit 1;;
7373
esac

0 commit comments

Comments
 (0)