Bibliography/.github/workflows/docker-image.yml
Sebastien Larinier a9a4842997
All bib test (#52)
* 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
2023-12-29 12:33:51 +01:00

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