Skip to content

Commit

Permalink
Codefresh
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Dec 7, 2020
1 parent 52b4c99 commit e8b74b4
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions codefresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@ spec:
git: github
revision: "${{CF_BRANCH}}"
stage: release
# build_image:
# title: Building container image
# type: build
# arguments:
# image_name: CHANGE_ME_DH_USER/gitpod-demo
# tags:
# - ${{CF_SHORT_REVISION}}
# registry: docker-hub
# stage: release
build_image:
title: Building container image
image: gcr.io/kaniko-project/executor:debug
image: gcr.io/kaniko-project/executor:v1.3.0-debug
commands:
- pwd
- executor --dockerfile=$PWD/Dockerfile --context=$PWD --destination=vfarcic/devops-toolkit:1.0.0
stage: release

0 comments on commit e8b74b4

Please sign in to comment.