-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
docker image lycheeverse/lychee:master
doesn't contain latest from master
branch?
#1582
Comments
Weird. The GitHub workflow passed and the logs say it pushed the images. I can also see them on Dockerhub: https://hub.docker.com/r/lycheeverse/lychee/tags |
It appears to point to the recently published image:
|
ah, it looks like the Docker build always downloads and uses the latest release: lychee/Dockerfile-CI.Dockerfile Line 12 in 6d0e94c
|
Okay, we should change that. The easiest way would be to check if we're on the ARG LYCHEE_VERSION="latest" Then we can overwrite it:
Open for suggestions here. |
oh yes, that sounds straight forward, I will give it a try |
I was trying to test the new
--root-dir
option, but I get this:The text was updated successfully, but these errors were encountered: