Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 21s
Details
CICD / Explore-Gitea-Actions (push) Failing after 21s
Details
This commit is contained in:
parent
58b247d99c
commit
09de955e35
|
@ -17,7 +17,7 @@ jobs:
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||||
echo \
|
echo \
|
||||||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
||||||
bullseye stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
jammy stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||||
apt update
|
apt update
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
DEBIAN_FRONTEND=noninteractive apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
||||||
- name: Build Dockerfile
|
- name: Build Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue