-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish official Docker container #40
base: develop
Are you sure you want to change the base?
Publish official Docker container #40
Conversation
a2f3ac0
to
8c50f0a
Compare
3e7199e
to
a7815f2
Compare
This supports "inside container" builds and outside container builds to hard-code as the default for GitHub Actions to follow in the GHA workflow YAML definition because that will not require repeat builds of the container in the pipeline.
a7815f2
to
27e22a6
Compare
109b9ef
to
bd1702c
Compare
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')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This action doesn't run on main.
- if: github.repository == env.HOME_REPO && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/feature')) | |
- if: github.repository == env.HOME_REPO && (github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/heads/feature')) |
HOME_REPO: aj-stein-gsa/oscal-cli | ||
IMAGE_NAME: aj-stein-gsa/oscal-cli-extended |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be updated before merging.
1f353ec
to
8c946e6
Compare
@aj-stein-gsa When are you planning to complete this work? |
Apologies that I have delayed this longer than necessary. I will complete it this week. |
Committer Notes
Closes #22 once reviewed, approved, and merged.
All Submissions:
"?
Changes to Core Features:
Have you written new tests for your core changes, as applicable?