Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 1m43s Details

This commit is contained in:
builderadmin 2025-10-08 21:19:57 +00:00
parent 09de955e35
commit 8dec4be83b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
jammy stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
focal stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
apt update
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Build Dockerfile