Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 14s
Details
CICD / Explore-Gitea-Actions (push) Failing after 14s
Details
This commit is contained in:
parent
fde45c8e66
commit
27ae0f273e
|
@ -11,7 +11,8 @@ jobs:
|
|||
run: |
|
||||
whoami
|
||||
apt update
|
||||
apt install -y ca-certificates curl gnupg lsb-release sudo
|
||||
cat /etc/os-release
|
||||
apt install -y ca-certificates curl gnupg lsb-core sudo
|
||||
mkdir -p /etc/apt/keyrings
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
echo \
|
||||
|
|
Loading…
Reference in New Issue