Skip to content

Commit d8ac23c

Browse files
authored
ci: fix typo with uv (#55)
Signed-off-by: Aubin Lambaré <aubin.lambare@cs-soprasteria.com>
1 parent 3a2b677 commit d8ac23c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v6
2929

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

3333
- name: Determine the container tag and labels
3434
id: container_tag
@@ -69,8 +69,8 @@ jobs:
6969
labels: |
7070
org.opencontainers.image.title=stac-fastapi-eodag
7171
org.opencontainers.image.description=A STAC FastAPI backend using EODAG
72-
org.opencontainers.image.url=https://github.com/CS-SI/stac-fastapi-eodag
73-
org.opencontainers.image.source=https://github.com/CS-SI/stac-fastapi-eodag.git
72+
org.opencontainers.image.url=https://github.com/{{ github.repository }}
73+
org.opencontainers.image.source=https://github.com/{{ github.repository }}.git
7474
org.opencontainers.image.licenses=Apache-2.0
7575
org.opencontainers.image.authors=CS GROUP - France (CSSI) <eodag@csgroup.space>
7676
org.opencontainers.image.version=${{ env.APP_VERSION }}

0 commit comments

Comments
 (0)