Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Override "home" repo in metaschema-framework#22 for e2e testing
Browse files Browse the repository at this point in the history
aj-stein-gsa committed Oct 9, 2024

Verified

This commit was signed with the committer’s verified signature.
aj-stein-gsa A.J. Stein
1 parent b0c7ce6 commit 19e9ba7
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
@@ -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
@@ -214,3 +214,5 @@ jobs:
with:
script: |
core.setFailed('Link checker detected broken or invalid links, read attached report.')

0 comments on commit 19e9ba7

Please sign in to comment.