Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/upstream-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: ⚡ Set up uv
uses: astral-sh/setup-uv@v7
with:
version: "0.10.1"
version: "0.10.2"
- name: 🧰 Install test dependencies
run: uv sync --no-dev
- name: ✅ Run pytest
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
exit 1
fi
- name: 🚀 Build
uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23
with:
push: false
context: ${{ needs.information.outputs.target }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: 🚀 Build
uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23
with:
load: true
# yamllint disable rule:line-length
Expand Down
Loading