diff --git a/codefresh.yaml b/codefresh.yaml new file mode 100644 index 0000000..57fb958 --- /dev/null +++ b/codefresh.yaml @@ -0,0 +1,16 @@ +version: '1.0' +steps: + BuildingDockerImage: + title: Building Docker Image + type: build + image_name: jockdarock/time2codeserver + working_directory: ./ + tag: '${{CF_BRANCH_TAG_NORMALIZED}}' + dockerfile: Dockerfile + PushingToDockerRegistry: + title: Pushing to Docker Registry + type: push + candidate: '${{BuildingDockerImage}}' + tag: '${{CF_BRANCH_TAG_NORMALIZED}}' + registry: cfcr +