Skip to content

Commit 6f61381

Browse files
committed
fix prod container workflow [skip ci]
1 parent 6eadd9a commit 6f61381

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_prod_container.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Create Prod Image
2-
on:
2+
on:
3+
release:
4+
types: [published]
35
workflow_dispatch:
46
inputs:
57
image_tag:
6-
description: 'Image tag'
8+
description: "Image tag"
79
required: true
810

911
jobs:

0 commit comments

Comments
 (0)