Unverified Commit 6e9fa807 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

publish-docker: ... this is hafas, not dbris

parent 932bb9e6
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ git submodule update --init

git checkout "${VERSION}"

docker build --no-cache -t dbris-m:${VERSION} .
docker build -t dbris-m:latest .
docker tag dbris-m:${VERSION} derfnull/dbris-m:${VERSION}
docker tag dbris-m:latest derfnull/dbris-m:latest
docker push derfnull/dbris-m:${VERSION}
docker push derfnull/dbris-m:latest
docker build --no-cache -t hafas-m:${VERSION} .
docker build -t hafas-m:latest .
docker tag hafas-m:${VERSION} derfnull/hafas-m:${VERSION}
docker tag hafas-m:latest derfnull/hafas-m:latest
docker push derfnull/hafas-m:${VERSION}
docker push derfnull/hafas-m:latest