From 55ffe6980ed2cc4caa13fb4b587ccd5df3f63fac Mon Sep 17 00:00:00 2001 From: Ryan Inch Date: Mon, 9 Sep 2024 00:09:58 -0400 Subject: [PATCH] Use the Hubs Foundation's docker hub repository for building and pushing docker images. --- .github/workflows/ret-turkey.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ret-turkey.yml b/.github/workflows/ret-turkey.yml index 8bc631018..66c70bead 100644 --- a/.github/workflows/ret-turkey.yml +++ b/.github/workflows/ret-turkey.yml @@ -7,9 +7,9 @@ on: jobs: turkeyGitops: - uses: mozilla/hubs-ops/.github/workflows/turkeyGitops.yml@master + uses: Hubs-Foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master with: - registry: mozillareality + registry: hubsfoundation dockerfile: TurkeyDockerfile bio_script_path: scripts/hab-wrap-and-push.sh qa_channel_name: polycosm-unstable-a