mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
name: Aboba
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [test]
|
||||
push:
|
||||
branches: [test]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
- uses: actions/checkout@v3
|
||||
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: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Build the Docker image
|
||||
run: docker-compose up -d
|
||||
- name: Build the Docker image
|
||||
run: docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user