Skip to content

Commit b6a4f6a

Browse files
committed
Fixed image name prefix for pushing images
1 parent 40da342 commit b6a4f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-docker-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash -e
22

3-
DOCKER_COMPOSE_PREFIX=$(echo ${PWD##*/} | sed -e 's/-//g')_
3+
DOCKER_COMPOSE_PREFIX=${PWD##*/}
44

55
DOCKER_REPO=msapatterns
66

0 commit comments

Comments
 (0)