File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4646 > docs/reference/openapi.json
4747
4848 - name : Build documentation
49- run : mkdocs build --strict
49+ run : uv tool run mkdocs build --strict
5050
5151 - name : Upload artifact
5252 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010 && rm -rf /var/lib/apt/lists/*
1111
1212# Install uv
13- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
13+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1414
1515# Copy dependency files
1616COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
1010 && rm -rf /var/lib/apt/lists/*
1111
1212# Install uv
13- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
13+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1414
1515# Copy dependency files
1616COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y \
99 && rm -rf /var/lib/apt/lists/*
1010
1111# Install uv
12- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
12+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/
1313
1414# Copy dependency files
1515COPY pyproject.toml uv.lock ./
You can’t perform that action at this time.
0 commit comments