Skip to content

Commit

Permalink
ci: Skip building Docker image on Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jan 3, 2025
1 parent b077ec9 commit b6f7ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and release
run: ./build.cmd Release --include-integration-tests
run: ./build.cmd Release --include-integration-tests --skip BuildImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b6f7ace

Please sign in to comment.