Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: astral-sh/setup-uv@v6

- name: Install dependencies
run: uv sync --with server --with telemetry
run: uv pip install ".[server,telemetry]"

- name: Determine the container tag and labels
id: container_tag
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
labels: |
org.opencontainers.image.title=stac-fastapi-eodag
org.opencontainers.image.description=A STAC FastAPI backend using EODAG
org.opencontainers.image.url=https://github.com/CS-SI/stac-fastapi-eodag
org.opencontainers.image.source=https://github.com/CS-SI/stac-fastapi-eodag.git
org.opencontainers.image.url=https://github.com/{{ github.repository }}
org.opencontainers.image.source=https://github.com/{{ github.repository }}.git
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.authors=CS GROUP - France (CSSI) <[email protected]>
org.opencontainers.image.version=${{ env.APP_VERSION }}
Expand Down
Loading