fix docker image build test tag

This commit is contained in:
Alexander Petric
2024-12-23 11:50:47 +01:00
parent 918a7b3a0b
commit 743eb9eeea

View File

@@ -3,8 +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.event.inputs.tag }}
${{ github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' && 'dev' || github.sha }}
name: Build windmill:main
on:
push: