Skip to content
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 docker tools for git context on containers #5108

Merged
merged 1 commit into from Dec 7, 2023

Conversation

jrjohnson
Copy link
Member

The build-push-action from docker manages git for us, in most cases this has been fine. However, for our nightly re-builds we've been pulling off of HEAD instead of the tag we expect. I've removed the checkout from most places so it's clearer what is happening and setup the nightly re-build to use the local git context and not re-checkout the code before building.

Fixes #5107

The build-push-action from docker manages git for us, in most cases this
has been fine. However, for our nightly re-builds we've been pulling off
of HEAD instead of the tag we expect. I've removed the checkout from
most places so it's clearer what is happening and setup the nightly
re-build to use the local git context and not re-checkout the code
before building.
@jrjohnson jrjohnson marked this pull request as ready for review December 7, 2023 05:24
@thecoolestguy thecoolestguy merged commit ecca0d0 into ilios:master Dec 7, 2023
35 checks passed
@jrjohnson jrjohnson deleted the docker-build-context branch December 7, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

For Discussion: Are thecontainers out of sync with tags?
2 participants