Skip to content

Commit

Permalink
fix docker image build (#4968)
Browse files Browse the repository at this point in the history
* main docker file

* fix docker image build test tag

* don't remove tag

* don't update docker file
  • Loading branch information
alpetric authored Dec 23, 2024
1 parent 6bd2dc3 commit 4f38cfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.event.inputs.tag || github.sha }}
name: Build windmill:main
on:
push:
Expand Down

0 comments on commit 4f38cfd

Please sign in to comment.