Files
neuro-reply-website/.gitea/workflows/serve.yml
Sergey Elpashev 3875b558e7
Some checks failed
Aboba / build (push) Failing after 6s
Test workflow2
2024-02-17 00:52:51 +03:00

16 lines
308 B
YAML

name: Aboba
on:
push:
branches: [test]
jobs:
build:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker-compose up -d