Fix CI: use new nginx and postgis actions (#1351) #168
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Demo | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
paths: | |
- 'demo/**' | |
release: | |
types: [ published ] | |
workflow_dispatch: | |
jobs: | |
demo: | |
name: Demo | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
- run: | | |
cd demo/frontend | |
docker-compose build |