don't remove tag

This commit is contained in:
Alexander Petric
2024-12-23 11:52:59 +01:00
parent 743eb9eeea
commit 42fb962de0

View File

@@ -3,7 +3,7 @@ env:
IMAGE_NAME:
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && github.repository || 'windmill-labs/windmill-test' }}
DEV_SHA:
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && 'dev' || github.sha }}
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && 'dev' || github.event.inputs.tag || github.sha }}
name: Build windmill:main
on:
push: