Skip to content

Commit

Permalink
Merge pull request #1153 from OCR-D/dockerhub-tag-latest
Browse files Browse the repository at this point in the history
CD: push tag latest to Dockerhub, too
  • Loading branch information
kba authored Dec 13, 2023
2 parents 742906e + 137c325 commit d913b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
- run:
name: Login to Docker Hub
command: echo "$DOCKERHUB_PASS" | docker login --username "$DOCKERHUB_USERNAME" --password-stdin
- run: docker push ocrd/core:latest
- run: docker push ocrd/core-cuda:latest
- run: docker tag ocrd/core ocrd/core:$(git describe --tags --abbrev=0)
- run: docker tag ocrd/core-cuda ocrd/core-cuda:$(git describe --tags --abbrev=0)
- run: docker push ocrd/core:$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit d913b9a

Please sign in to comment.