Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 19s
Details
CICD / Explore-Gitea-Actions (push) Failing after 19s
Details
This commit is contained in:
parent
27ae0f273e
commit
58b247d99c
|
@ -12,12 +12,12 @@ jobs:
|
|||
whoami
|
||||
apt update
|
||||
cat /etc/os-release
|
||||
apt install -y ca-certificates curl gnupg lsb-core sudo
|
||||
apt install -y ca-certificates curl gnupg
|
||||
mkdir -p /etc/apt/keyrings
|
||||
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 \
|
||||
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
|
||||
bullseye 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
|
||||
|
|
Loading…
Reference in New Issue