Skip to content

chore: fix binary path #8

chore: fix binary path

chore: fix binary path #8

name: Build and Deploy blackbox-hd Workflow
on:
push:
branches:
- main
- prod
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/blackbox-hd
context: .
dockerfile: ./Dockerfile
secrets: inherit
deploy-prod:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
needs:
- build
with:
images: rss3/blackbox-hd
tag: sha-${{ github.sha }}
cluster: prod
namespace: guardian
releaseName: blackbox-http-discovery
revision: main
dir: deploy/prod
secrets: inherit