We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f7c79 commit 6f53b9dCopy full SHA for 6f53b9d
codefresh.yml
@@ -3,12 +3,12 @@ version: '1.0'
3
steps:
4
clone-prj:
5
type: git-clone
6
- repo: https://github.com/nCodefresh/express-angular.git
+ repo: https://github.com/Codefresh-Examples/express-angular.git
7
8
build-prj:
9
type: build
10
description: codefresh example
11
- image-name: ncodefresh/express-angular
+ image-name: codefreshexamples/expressangular
12
dockerfile: Dockerfile
13
working-directory: ${{clone-prj}}
14
tag: latest
0 commit comments