Skip to content

Commit

Permalink
Build image
Browse files Browse the repository at this point in the history
  • Loading branch information
vadeg committed Aug 24, 2021
1 parent 4c83a30 commit 4d4f12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline:
- desc: Building and pushing Zally Server
cmd: |
DOCKER_VERSION="${CDP_TARGET_BRANCH}-${CDP_TARGET_COMMIT_ID:0:8}-${CDP_TARGET_REPOSITORY_COUNTER}"
docker build -t "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}" $(PWD)/server/Dockerfile
docker build -t "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}" server/Dockerfile
docker push "${DOCKER_HOST}/${DOCKER_TEAM}/zally:${DOCKER_VERSION}"
- desc: Building and pushing Zally Web UI Dummy
Expand Down

0 comments on commit 4d4f12d

Please sign in to comment.