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

This commit is contained in:
builderadmin 2025-10-08 20:29:01 +00:00
parent 973fb4e752
commit 6063e0cde7
1 changed files with 2 additions and 0 deletions

View File

@ -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