Skip to content

Commit

Permalink
fixing github actions steps and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 1d818be commit 78d557c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ jobs:
docker-latest-logrotate \
docker-logrotate \
docker-engine || true
sudo yum install -y yum-utils
# AL2 VERSION_ID=2 confuses the CentOS repo — pin to centos/7 explicitly
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo sed -i 's|\$releasever|7|g' /etc/yum.repos.d/docker-ce.repo
sudo yum install -y docker-ce docker-ce-cli containerd.io
sudo systemctl start docker || true
docker --version
Expand Down

0 comments on commit 78d557c

Please sign in to comment.