File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88
88
ref="$(echo ${GITHUB_REF} | cut -d'/' -f3)"
89
89
echo GITHUB_REF - $ref
90
90
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
92
92
docker buildx build --push \
93
93
--build-arg CI=github --build-arg GITHUB_SHA=${GITHUB_SHA} --build-arg GIT_BRANCH=${ref} \
94
94
--platform linux/amd64,linux/arm/v7,linux/arm64 \
Original file line number Diff line number Diff line change 1
1
services :
2
2
ureadability :
3
3
build : .
4
- image : umputun /ukeeper-readability:latest
4
+ image : ghcr.io/ukeeper /ukeeper-readability:latest
5
5
logging :
6
6
driver : json-file
7
7
options :
@@ -56,3 +56,5 @@ services:
56
56
# container_name: ureadability-mongo-tests
57
57
# ports:
58
58
# - "27017:27017"
59
+ # environment:
60
+ # - MONGO_INITDB_DATABASE=admin
You can’t perform that action at this time.
0 commit comments