Skip to content

Commit

Permalink
fixed wrong image name for client in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Weinbrecht committed Mar 14, 2022
1 parent 007f6d2 commit a5dacb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
DOCKER_REPOSITORY_PATH: ${{ secrets.DOCKER_REPOSITORY_PATH }}
TESTCONTAINERS_RYUK_DISABLED: true
run: |
export DOCKER_IMAGE=`echo "${DOCKER_REPOSITORY_PATH}/camunda-platform-server" | sed -e 's#//#/#' -e 's#^/##'`
export DOCKER_IMAGE=`echo "${DOCKER_REPOSITORY_PATH}/camunda-platform-client" | sed -e 's#//#/#' -e 's#^/##'`
./gradlew check dockerPush --no-daemon

0 comments on commit a5dacb0

Please sign in to comment.