Update .gitea/workflows/cicd.yaml
CICD / Explore-Gitea-Actions (push) Failing after 8s
Details
CICD / Explore-Gitea-Actions (push) Failing after 8s
Details
This commit is contained in:
parent
8dec4be83b
commit
e024436945
|
@ -4,12 +4,13 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: my_custom_label
|
||||||
steps:
|
steps:
|
||||||
- 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
|
whoami
|
||||||
|
which docker || true
|
||||||
apt update
|
apt update
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
apt install -y ca-certificates curl gnupg
|
apt install -y ca-certificates curl gnupg
|
||||||
|
|
Loading…
Reference in New Issue