Skip to content

Commit ab36987

Browse files
committed
wip
Signed-off-by: Alex J Lennon <[email protected]>
1 parent 1093e86 commit ab36987

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dialog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ on:
77
inputs:
88
DOCKER_HUB_USR:
99
type: string
10-
# default: ${{ vars.DOCKER_HUB_USR || 'hubsfoundation' }}
1110
default: 'ajlennon'
1211
registry:
1312
type: string
14-
default: ${{ vars.DOCKER_REGISTRY || 'mozillareality' }}
13+
default: 'mozillareality'
1514
dockerfile:
1615
type: string
17-
default: ${{ vars.DOCKERFILE || 'Dockerfile' }}
16+
default: 'Dockerfile'
1817

1918
jobs:
2019
turkeyGitops:

0 commit comments

Comments
 (0)