Skip to content

Commit

Permalink
Merge branch 'main' into hugo/win-423-http-triggerspreprocessor-capture
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel authored Dec 17, 2024
2 parents 04c87c8 + affa624 commit 151c676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
env:
REGISTRY: ghcr.io
IMAGE_NAME:
${{ github.event_name != 'pull_request' && github.repository ||
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && github.repository ||
'windmill-labs/windmill-test' }}
DEV_SHA:
${{ github.event_name != 'pull_request' && 'dev' || format('pr-{0}',
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && 'dev' || format('pr-{0}',
github.event.number) }}

name: Build windmill:main
Expand Down

0 comments on commit 151c676

Please sign in to comment.