diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6ad794e136..f0233e1930 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -10,7 +10,7 @@ env: name: Build windmill:main on: push: - branches: [main] + branches: [main, python-uv] tags: ["*"] pull_request: types: [opened, synchronize, reopened] @@ -438,7 +438,7 @@ jobs: build_ee_nsjail: needs: [build_ee] runs-on: ubicloud - if: (github.event_name != 'issue_comment') || (github.event_name != 'pull_request') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all')) + if: (github.event_name != 'issue_comment') || (contains(github.event.comment.body, '/buildimage_nsjail') || contains(github.event.comment.body, '/buildimage_all')) steps: - uses: actions/checkout@v4 with: diff --git a/Dockerfile b/Dockerfile index 4afb307c8f..c3b050df88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# trigger CI ARG DEBIAN_IMAGE=debian:bookworm-slim ARG RUST_IMAGE=rust:1.80-slim-bookworm ARG PYTHON_IMAGE=python:3.11.10-slim-bookworm