Actualizar '.github/workflows/main.yml'
hello-world / my-job (push) Successful in 8s Details
CI / docker_demo (push) Failing after 33s Details

main
rober 9 months ago
parent 4f39f9554e
commit 912a647223

@ -1,14 +1,8 @@
name: CI
on:
push:
branches: [main]
on: push
jobs:
docker_demo:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install -y openssh-client git hugo

Loading…
Cancel
Save