Skip to content

Commit

Permalink
[WIP] Override "home" repo in metaschema-framework#22 for e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Oct 9, 2024
1 parent bc11205 commit fb7c3d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ on:
type: boolean
name: Build and Test
env:
HOME_REPO: metaschema-framework/oscal-cli
IMAGE_NAME: metaschema-framework/oscal-cli-extended
HOME_REPO: aj-stein-gsa/oscal-cli
IMAGE_NAME: aj-stein-gsa/oscal-cli-extended
REGISTRY: ghcr.io
# Docs: github.com/docker/metadata-action/?tab=readme-ov-file#typesha
DOCKER_METADATA_PR_HEAD_SHA: true
Expand Down Expand Up @@ -214,3 +214,5 @@ jobs:
with:
script: |
core.setFailed('Link checker detected broken or invalid links, read attached report.')

0 comments on commit fb7c3d7

Please sign in to comment.