Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hubs Foundation docker registry update #6498

Merged
merged 2 commits into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions .github/workflows/hubs-RetPageOrigin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ on:
branches:
paths-ignore: ["README.md"]
workflow_dispatch:
inputs:
smokeroom-choice:
type: choice
description: Select smoke instance
options:
- "smoke01"
- "smoke02"
- "smoke03"
- "smoke04"
- "smoke05"
# Smoke instances aren't currently set up as of 2024-09-08
# so commenting out the smoke stuff for now.
# inputs:
# smokeroom-choice:
# type: choice
# description: Select smoke instance
# options:
# - "smoke01"
# - "smoke02"
# - "smoke03"
# - "smoke04"
# - "smoke05"

jobs:
turkeyGitops:
uses: Hubs-Foundation/hubs-ops/.github/workflows/turkeyGitops.yml@master
with:
registry: mozillareality
registry: hubsfoundation
dockerfile: RetPageOriginDockerfile
k8s_deployment: hubs
k8s_deployment_container: hubs
Expand Down
Loading