Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Push docker images in CD style #9

Merged
merged 2 commits into from
Jan 19, 2017
Merged

Push docker images in CD style #9

merged 2 commits into from
Jan 19, 2017

Conversation

nustiueudinastea
Copy link
Contributor

  • removed the line that pushes for any commit
  • changed Docker tag for pushes from the master branch. The pushed
    Docker tag now contains tag of form: "master-<8 char commit SHA>"
  • the tag pusing remains the same.

Related to microservices-demo/microservices-demo#553

- changed Docker tag for pushes from the master branch. The pushed
  Docker tag now contains tag of form: "master-<8 char commit SHA>"
- the tag pusing remains the same.

Related to microservices-demo/microservices-demo#553
docker tag ${DOCKER_REPO}:${COMMIT} ${DOCKER_REPO}:${TAG}
fi
push "$DOCKER_REPO:$TAG";
for m in ./docker/*/; do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no docker folder in this repo

Copy link
Contributor

@vlal-zz vlal-zz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vlal-zz vlal-zz merged commit 5d658a0 into master Jan 19, 2017
@vlal-zz vlal-zz deleted the CD-style-docker-push branch January 19, 2017 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants