Skip to content

Commit

Permalink
Fixed image prefix when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Apr 20, 2020
1 parent f31f9e1 commit 0f49376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-docker-images.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -e

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

DOCKER_REPO=msapatterns

Expand Down

0 comments on commit 0f49376

Please sign in to comment.