Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 20a7428

Browse files
authored
Fix name of repository (#72)
1 parent 346ed9e commit 20a7428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker_push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
echo "$1" | docker login -u "$2" --password-stdin
33
export tag=$(cut -d'=' -f2 version.sbt | sed -e 's/^[ \t]*//;s/"//g')
4-
docker push $1/compendium:${tag}
5-
docker push $1/compendium:latest
4+
docker push $2/compendium:${tag}
5+
docker push $2/compendium:latest

0 commit comments

Comments
 (0)