Skip to content

Commit 3c92c08

Browse files
committed
Add missing variable declaration
1 parent 5ad08d9 commit 3c92c08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-latest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
GLOBAL_IMAGE_NAME:
1313
required: true
1414
type: string
15+
GLOBAL_IMAGE_NAME_2:
16+
required: false
17+
type: string
1518
secrets:
1619
VAULT_ADDR:
1720
required: true

0 commit comments

Comments
 (0)