diff --git a/tasks/build.yaml b/tasks/build.yaml index 7bd92ca..d7fcb3b 100644 --- a/tasks/build.yaml +++ b/tasks/build.yaml @@ -8,7 +8,7 @@ spec: description: | Builds NPM applications. - See https://github.com/opendevstack/ods-pipeline-npm/blob/v0.2.0/docs/build.adoc + See https://github.com/opendevstack/ods-pipeline-npm/blob/vlatest/docs/build.adoc params: - name: working-dir description: | @@ -57,7 +57,7 @@ spec: steps: - name: build-npm # Image is built from build/images/Dockerfile.node-npm-toolset. - image: 'ghcr.io/opendevstack/ods-pipeline-npm/node$(params.node-version)-npm-toolset:0.2.0' + image: 'ghcr.io/opendevstack/ods-pipeline-npm/node$(params.node-version)-npm-toolset:latest' env: - name: HOME value: '/tekton/home' diff --git a/version b/version index 0ea3a94..a0f9a4b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.2.0 +latest