Skip to content

Commit

Permalink
[WIP] Debug path and file info for Docker COPY commands for metaschem…
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa authored and david-waltermire committed Nov 4, 2024
1 parent 67a9276 commit 27e22a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
org.opencontainers.image.title="oscal-cli-extended"
org.opencontainers.image.description="Metaschema-powered CLI tool for processing OSCAL""
org.opencontainers.image.licenses="CC0-1.0"
- run: |
pwd
ls -lha
find '.'
- if: github.repository == env.HOME_REPO && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/feature'))
name: Container image registry push
id: image_registry_push
Expand Down

0 comments on commit 27e22a6

Please sign in to comment.