Skip to content

Commit

Permalink
WIP: Test fixing the docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jul 24, 2024
1 parent 2e4ce60 commit 3a68b60
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{inputs.push}}
push: ${{ inputs.push || false }}
file: ./Dockerfile.dev
tags: |
mstorsjo/llvm-mingw:dev
Expand Down Expand Up @@ -90,9 +90,8 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: push
branch: master
event: schedule
name: linux-ucrt-.*
name_is_regexp: true
path: toolchain
Expand Down

0 comments on commit 3a68b60

Please sign in to comment.