Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 15s
Details
CICD / Explore-Gitea-Actions (push) Failing after 15s
Details
This commit is contained in:
parent
973fb4e752
commit
6063e0cde7
|
@ -9,6 +9,8 @@ jobs:
|
||||||
- uses: actions/checkout@v3 # Checks out your repository
|
- uses: actions/checkout@v3 # Checks out your repository
|
||||||
- name: Build Dockerfile
|
- name: Build Dockerfile
|
||||||
run: |
|
run: |
|
||||||
|
whoami
|
||||||
|
apt update
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y ca-certificates curl gnupg lsb-release
|
sudo apt install -y ca-certificates curl gnupg lsb-release
|
||||||
sudo mkdir -p /etc/apt/keyrings
|
sudo mkdir -p /etc/apt/keyrings
|
||||||
|
|
Loading…
Reference in New Issue