We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4910e7f commit 658e0d0Copy full SHA for 658e0d0
.github/workflows/build_images.yml
@@ -32,6 +32,10 @@ jobs:
32
with:
33
username: ${{ secrets.DOCKERHUB_USERNAME }}
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
35
+ - name: Install uv
36
+ run: |
37
+ curl -LsSf https://astral.sh/uv/install.sh | sudo env UV_INSTALL_DIR="/usr/local/bin" sh
38
+ which uv
39
- name: Build Docker Images
40
run: |
41
#df -lh
0 commit comments