Skip to content

Commit

Permalink
Publish tagged fossildb-client versions to DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz authored Aug 20, 2024
1 parent fbe92a5 commit 67d3a92
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 @@ -58,6 +58,8 @@ jobs:
VERSION=$(cat $TARGET_DIR/version)
docker tag scalableminds/fossildb:${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} scalableminds/fossildb:${VERSION}
docker push scalableminds/fossildb:${VERSION}
docker tag scalableminds/fossildb-client:${CIRCLE_BRANCH}__${CIRCLE_BUILD_NUM} scalableminds/fossildb-client:${VERSION}
docker push scalableminds/fossildb-client:${VERSION}
fi
docker logout
Expand Down

0 comments on commit 67d3a92

Please sign in to comment.