mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
fix: docker login
This commit is contained in:
@@ -110,6 +110,9 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- setup_remote_docker
|
||||
- run:
|
||||
name: Login
|
||||
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
|
||||
- run:
|
||||
name: Build
|
||||
command: docker build -t coralproject/talk:next --build-arg REVISION_HASH=${CIRCLE_SHA1} .
|
||||
|
||||
Reference in New Issue
Block a user