File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11name : packages
22on :
3- push :
3+ release :
4+ types :
5+ - published
6+ pull_request :
47 branches :
5- - main
6- tags :
7- - " *"
8+ - " main"
89 workflow_dispatch :
910
1011jobs :
3233 with :
3334 context : .
3435 file : Dockerfile
35- push : true
36+ push : ${{ github.event_name == 'push' || github.event_name == 'release' }}
3637 tags : ${{ steps.meta.outputs.tags }}
3738 labels : ${{ steps.meta.outputs.labels }}
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ pypgstac[psycopg]
44pystac
55rich
66git+https://github.com/iaocea/cmems-stac.git
7+ hypercorn
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ until pg_isready; do
55 sleep 2
66done
77
8- stac-fastapi-pgstac
8+ hypercorn stac_fastapi_pgstac.app:app \
9+ -b " $APP_HOST :$APP_PORT " \
10+ $STAC_SERVER_OPTIONS
You can’t perform that action at this time.
0 commit comments