Skip to content

Commit 348de35

Browse files
committed
Move to hubs-foundation and use DOCKER_HUB_USR from variables
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
1 parent 3d394b4 commit 348de35

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/dialog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ on:
77

88
jobs:
99
turkeyGitops:
10-
uses: mozilla/hubs-ops/.github/workflows/turkeyGitops.yml@master
10+
uses: hubs-foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master
1111
with:
12-
registry: mozillareality
13-
dockerfile: Dockerfile
12+
DOCKER_HUB_USR: ${{ vars.DOCKER_HUB_USR || 'hubsfoundation' }}
1413
secrets:
1514
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}

0 commit comments

Comments
 (0)