зеркало из
https://github.com/M82-project/Bibliography.git
synced 2025-10-28 20:54:16 +02:00
* update * update * test * Update Septembre_2023.bib * last test * update * update build * update * update * Update docker-image.yml * Update Dockerfile * Update Dockerfile * Update docker-image.yml * update * Update Dockerfile * update * update * Update check.sh * Update docker-image.yml
24 строки
458 B
YAML
24 строки
458 B
YAML
name: Docker Compose Build and Run
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
|
|
jobs:
|
|
compose-build-and-run:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Set up Docker Buildx
|
|
uses: docker/setup-buildx-action@v1
|
|
|
|
- name: Build and Run with Docker Compose
|
|
run: |
|
|
chmod +x docker/check/check.sh
|
|
docker-compose -f docker/check/docker-compose.yml up --build
|
|
|