Files
neuro-reply-website/.gitea/workflows/serve.yml
Workflow config file is invalid. Please check your config file: yaml: line 12: did not find expected '-' indicator
2024-02-17 01:01:30 +03:00

21 lines
429 B
YAML

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