Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkosm committed Dec 26, 2024
1 parent e0461dc commit cbc44a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: 'Build Inventory Image'
run: |
docker build . --progress=plain --tag ghcr.io/mendableai/mineru-api:latest
docker build . --tag ghcr.io/mendableai/mineru-api:latest
docker image ls ghcr.io/mendableai/mineru-api:latest
docker push ghcr.io/mendableai/mineru-api:latest --progress=plain
docker history ghcr.io/mendableai/mineru-api:latest
docker push ghcr.io/mendableai/mineru-api:latest

0 comments on commit cbc44a4

Please sign in to comment.