This commit is contained in:
parent
79548c92e1
commit
c3502b6591
@ -42,7 +42,7 @@ pipeline:
|
||||
- CONTEXT=.
|
||||
commands:
|
||||
- export DOCKER_BUILDKIT=1
|
||||
- cd /git/$REPO
|
||||
- cd /git/$${REPO}
|
||||
- echo $REGISTRY_PASSWORD | docker login $REGISTRY -u $REGISTRY_USER --password-stdin
|
||||
- docker build
|
||||
-t $REGISTRY/$ORGANIZATION/$REPO:$TAG
|
||||
@ -50,6 +50,6 @@ pipeline:
|
||||
-t $REGISTRY/$ORGANIZATION/$REPO:latest
|
||||
--pull
|
||||
--build-arg $BUILD_ARGS
|
||||
-f ${DOCKERFILE}
|
||||
-f $${DOCKERFILE}
|
||||
$CONTEXT
|
||||
- docker push -a $REGISTRY/$ORGANIZATION/$REPO
|
Loading…
Reference in New Issue
Block a user