This commit is contained in:
@@ -46,12 +46,12 @@ steps:
|
|||||||
# volumes:
|
# volumes:
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
- name: build
|
# - name: build
|
||||||
image: gcr.io/kaniko-project/executor:debug
|
# image: gcr.io/kaniko-project/executor:debug
|
||||||
commands:
|
# commands:
|
||||||
- /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true
|
# - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true
|
||||||
environment:
|
# environment:
|
||||||
DOCKER_CONFIG: /kaniko/.docker
|
# DOCKER_CONFIG: /kaniko/.docker
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: kubernetes/client:latest
|
image: kubernetes/client:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user