mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
18 lines
399 B
YAML
18 lines
399 B
YAML
name: Aboba
|
|
|
|
on:
|
|
push:
|
|
branches: [test]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: catthehacker/ubuntu:act-latest
|
|
steps:
|
|
- name: Set up Docker BuildX
|
|
uses: docker/setup-buildx-action@v3
|
|
- name: Build the Docker image
|
|
uses: actions/checkout@v2
|
|
run: docker-compose up -d
|