-
Notifications
You must be signed in to change notification settings - Fork 1.4k
36 lines (35 loc) · 1.13 KB
/
hubs-RetPageOrigin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: hubs
on:
push:
branches:
paths-ignore: ["README.md"]
workflow_dispatch:
# 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: hubsfoundation
dockerfile: RetPageOriginDockerfile
k8s_deployment: hubs
k8s_deployment_container: hubs
bio_script_path: scripts/hab-wrap-and-push.sh
smoke-instance: ${{inputs.smokeroom-choice}}
secrets:
DOCKER_HUB_PWD: ${{ secrets.DOCKER_HUB_PWD }}
GCP_TURKEYGITOPS_SA_JSON: ${{ secrets.GCP_TURKEYGITOPS_SA_JSON }}
BLDR_HAB_TOKEN: ${{ secrets.BLDR_HAB_TOKEN }}
BLDR_RET_TOKEN: ${{ secrets.BLDR_RET_TOKEN }}
BLDR_RET_PUB_B64: ${{ secrets.BLDR_RET_PUB_B64 }}
BLDR_HAB_PVT_B64: ${{ secrets.BLDR_HAB_PVT_B64 }}