Skip to content

Commit 797bc98

Browse files
committed
ci(build_and_push_docker_images.yaml): change publish type from boolean to string to fix bug
1 parent 479200b commit 797bc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_push_docker_images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
publish:
1313
description: 'Should the Docker image be published to the registry?'
1414
required: true
15-
type: boolean
15+
type: string
1616

1717
env:
1818
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)