Create commit based docker image.
This commit is contained in:
parent
17394e7e40
commit
8084db6403
@ -24,11 +24,13 @@ jobs:
|
||||
name: build docker image
|
||||
command: |
|
||||
docker build -t ${DOCKER_USER}/activity-relay:edge .
|
||||
docker tag ${DOCKER_USER}/activity-relay:edge ${DOCKER_USER}/activity-relay:$(echo ${CIRCLE_SHA1}|head -c7)
|
||||
- run:
|
||||
name: upload image to docker hub.
|
||||
command: |
|
||||
docker login --username=${DOCKER_USER} --password=${DOCKER_PASS}
|
||||
docker push ${DOCKER_USER}/activity-relay:edge
|
||||
docker push ${DOCKER_USER}/activity-relay:$(echo ${CIRCLE_SHA1}|head -c7)
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user