mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
Fix the image pushing command in CircleCI.
This commit is contained in:
parent
002834d7e0
commit
da5542b8ac
@ -32,7 +32,7 @@ jobs:
|
||||
- run: echo $CIRCLE_BRANCH
|
||||
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
- run: make ci-prepare
|
||||
- run: ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
|
||||
- run: make ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
|
||||
workflows:
|
||||
version: 2
|
||||
test-and-deploy:
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
||||
- run: echo $CIRCLE_BRANCH
|
||||
- run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
- run: make ci-prepare
|
||||
- run: ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
|
||||
- run: make ci-push-images TAG=${CIRCLE_BRANCH:-${CIRCLE_TAG}}
|
||||
workflows:
|
||||
version: 2
|
||||
test-and-deploy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user