Update '.gitea/workflows/demo.yaml'
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m7s Details

master
nathan 2 years ago
parent 25f21924ad
commit 6f1527935c

@ -4,11 +4,11 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: #container:
image: catthehacker/ubuntu:act-latest # image: catthehacker/ubuntu:act-latest
#image: registry.local/buildkit-wagnerca:stable-1 # #image: registry.local/buildkit-wagnerca:stable-1
volumes: # volumes:
- /var/run/user/1000/docker.sock:/var/run/docker.sock # - /var/run/user/1000/docker.sock:/var/run/docker.sock
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: cat /etc/resolv.conf - run: cat /etc/resolv.conf

Loading…
Cancel
Save