-
Notifications
You must be signed in to change notification settings - Fork 1
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
Use main ci for building docker images #84
Use main ci for building docker images #84
Conversation
a7db0f1
to
edbec1d
Compare
.github/workflows/publish.yml
Outdated
@@ -15,38 +15,24 @@ permissions: | |||
env: | |||
MISE_PYTHON_COMPILE: false | |||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |||
AWS_IAM_ROLE: "" |
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 still needed?
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.
removed 👍🏼
@@ -24,3 +24,19 @@ jobs: | |||
command: | | |||
mise run install | |||
mise run ci | |||
build: |
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.
We can remove this now no?
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.
@uptickmetachu we don't want test builds ?
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.
I guess if we have the lifecycle policies.
I don't think its entirely too neccessary but it doesn't hurt too much.
Changes:
ci
reusable github actions workflow