Skip to content

DM-37511: Summarize Header Service into ConsDB. #42

DM-37511: Summarize Header Service into ConsDB.

DM-37511: Summarize Header Service into ConsDB. #42

Workflow file for this run

name: CI build of all containers
on:
push:
branches:
- main
tags:
- "*"
pull_request:
jobs:
push:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build hinfo
uses: lsst-sqre/build-and-push-to-ghcr@v1
with:
image: ${{ github.repository_owner }}/consdb-hinfo
github_token: ${{ secrets.GITHUB_TOKEN }}
dockerfile: Dockerfile.hinfo