Skip to content

Commit e478d4f

Browse files
committed
Use GitHub image, fix non-umputun build of DockerHub image, fix mongo definition
1 parent fd63fe0 commit e478d4f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
ref="$(echo ${GITHUB_REF} | cut -d'/' -f3)"
8989
echo GITHUB_REF - $ref
9090
echo ${GITHUB_PACKAGE_TOKEN} | docker login ghcr.io -u ${USERNAME} --password-stdin
91-
echo ${DOCKER_HUB_TOKEN} | docker login -u ${USERNAME} --password-stdin
91+
echo ${DOCKER_HUB_TOKEN} | docker login -u umputun --password-stdin
9292
docker buildx build --push \
9393
--build-arg CI=github --build-arg GITHUB_SHA=${GITHUB_SHA} --build-arg GIT_BRANCH=${ref} \
9494
--platform linux/amd64,linux/arm/v7,linux/arm64 \

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
ureadability:
33
build: .
4-
image: umputun/ukeeper-readability:latest
4+
image: ghcr.io/ukeeper/ukeeper-readability:latest
55
logging:
66
driver: json-file
77
options:
@@ -56,3 +56,5 @@ services:
5656
# container_name: ureadability-mongo-tests
5757
# ports:
5858
# - "27017:27017"
59+
# environment:
60+
# - MONGO_INITDB_DATABASE=admin

0 commit comments

Comments
 (0)