update config
This commit is contained in:
parent
be258f1c36
commit
f17a806416
|
@ -6,10 +6,17 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build Postal Docker Container
|
name: Build Postal Docker Container
|
||||||
command: docker build -t postal:dev .
|
command: docker build -t catdeployed/postal:dev .
|
||||||
- run:
|
- run:
|
||||||
name: Skip this job for Pull Requests
|
name: Skip this job for Pull Requests
|
||||||
command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
||||||
|
- run:
|
||||||
|
name: Login to Docker Hub
|
||||||
|
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||||
|
- run:
|
||||||
|
name: Push to Docker Hub
|
||||||
|
command: docker push catdeployed/postal:dev
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
nightly:
|
nightly:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user