Skip to content

Commit

Permalink
Merge pull request #1282 from jenkins-x/pr-1b55ca77-8fb9-4d77-9bf4-96…
Browse files Browse the repository at this point in the history
…faee59c170

chore(deps): upgrade jenkins-x-plugins/jx-changelog to version 0.4.0
  • Loading branch information
jenkins-x-bot authored Oct 28, 2022
2 parents 4d1bdba + 94fb7c2 commit 9dc7a91
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
memory: 600Mi
- name: promote-changelog
resources: {}
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-pullrequest
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/C++/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/D/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/appserver/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/csharp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/cwp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
flutter pub get
flutter test
flutter build apk
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-mongodb/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin-multiarch/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
#!/bin/ash
if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME
helm-docs; else echo no charts; fi
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
#!/bin/ash
if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME
helm-docs; else echo no charts; fi
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/gradle/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
script: |
#!/usr/bin/env sh
jx gitops variables
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript-ui-nginx/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/javascript/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/jenkins/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/lookml/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
script: |
#!/usr/bin/env sh
jx gitops variables
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-java11/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-java14/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-java16/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-java17/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-node-ruby/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-quarkus-native/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven-quarkus/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/maven/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ml-python-gpu-service/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ml-python-service/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/php/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/python/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/ruby/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/rust/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/scala/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/terraform/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
terraform init
terraform version
terraform validate
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/typescript/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-changelog:0.3.4
- image: ghcr.io/jenkins-x/jx-changelog:0.4.0
name: promote-changelog
resources: {}
script: |
Expand Down

0 comments on commit 9dc7a91

Please sign in to comment.