We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1657713 + 1ae608b commit 0fe3ac9Copy full SHA for 0fe3ac9
.github/workflows/build-container.yml
@@ -67,7 +67,7 @@ jobs:
67
run: |
68
case "$DVER" in
69
9) image_base="quay.io/centos/centos:stream9";;
70
- 8) image_base="quay.io/centos/centos:stream8";;
+ 8) image_base="docker.io/library/almalinux:8";;
71
7) image_base="docker.io/centos:centos7";;
72
*) echo "Unknown distro version: $DVER"; exit 1;;
73
esac
0 commit comments