From 57a03ebba671718f56427156692384e06551cd27 Mon Sep 17 00:00:00 2001 From: April Rieger Date: Wed, 28 Feb 2024 18:23:34 -0800 Subject: [PATCH] Update to add our repo env vars --- .github/workflows/build-test-lint.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 40f0cb0a..fb9aee09 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -15,6 +15,10 @@ on: required: false default: false # We are using version 14 since this project has not been knap-sackerized yet +env: + REGISTRY_HOST: ghcr.io + REGISTRY_URI: scientist-softserv/oral-history + jobs: build: uses: scientist-softserv/actions/.github/workflows/build.yaml@v0.0.17