File tree Expand file tree Collapse file tree 5 files changed +229
-229
lines changed
Expand file tree Collapse file tree 5 files changed +229
-229
lines changed Original file line number Diff line number Diff line change 2222 - name : Install uv
2323 uses : astral-sh/setup-uv@v7
2424 with :
25- version : " 0.10.9 "
25+ version : " 0.10.10 "
2626 enable-cache : true
2727 - name : Install Python
2828 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2525 - name : Install uv
2626 uses : astral-sh/setup-uv@v7
2727 with :
28- version : " 0.10.9 "
28+ version : " 0.10.10 "
2929 enable-cache : true
3030 - name : Install Python
3131 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v6
1919 - name : Release
20- uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
20+ uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
2121 with :
2222 name : ${{github.ref_name}}
2323 tag_name : ${{github.ref_name}}
4949 tags : type=semver,pattern={{version}}
5050 - name : Build and push Docker image
5151 id : push
52- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
52+ uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
5353 with :
5454 context : .
5555 push : true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV PYTHONFAULTHANDLER=1 \
2626FROM py-base AS api-builder
2727WORKDIR "/tekst"
2828
29- COPY --from=ghcr.io/astral-sh/uv:0.10.9 /uv /uvx /bin/
29+ COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /uvx /bin/
3030COPY Tekst-API/tekst/ ./tekst/
3131COPY Tekst-API/uv.lock* \
3232 Tekst-API/pyproject.toml \
You can’t perform that action at this time.
0 commit comments