File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ tags :
8+ - ' *'
79
810jobs :
911 build-and-push :
3638 images : ghcr.io/${{ github.repository }}
3739
3840 - name : Build and push Docker image (multi-arch)
39- uses : docker/build-push-action@v5
41+ uses : docker/build-push-action@v6
4042 with :
4143 context : .
4244 file : ./Dockerfile
Original file line number Diff line number Diff line change @@ -153,11 +153,14 @@ print(result.text_content)
153153
154154### Docker
155155
156+ We recommend you to use a specific tag, just as follow :
157+
156158``` sh
157- docker build -t markitdown:latest .
158- docker run --rm -i markitdown:latest < ~ /your-file.pdf > output.md
159+ docker run --rm -i ghcr.io/microsoft/markitdown:v0.1.2 < ~ /your-file.pdf > output.md
159160```
160161
162+ It is nevertheless possible to use the ` latest ` or ` main ` tag.
163+
161164## Contributing
162165
163166This project welcomes contributions and suggestions. Most contributions require you to agree to a
You can’t perform that action at this time.
0 commit comments