Skip to content

Commit f23645a

Browse files
committed
use DOCKER_REGISTRY_ORG instead of ORG got docke push
1 parent 5987226 commit f23645a

File tree

18 files changed

+36
-36
lines changed

18 files changed

+36
-36
lines changed

packs/C++/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
name: container-build
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
name: post-build
1414
promote:
1515
steps:
@@ -25,7 +25,7 @@ pipelines:
2525
steps:
2626
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
2727
name: container-build
28-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
28+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2929
name: post-build
3030
promote:
3131
steps:

packs/D/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
name: container-build
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
name: post-build
1414
promote:
1515
steps:
@@ -25,7 +25,7 @@ pipelines:
2525
steps:
2626
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
2727
name: container-build
28-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
28+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2929
name: post-build
3030
promote:
3131
steps:

packs/csharp/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipelines:
1212
name: container-build
1313
postBuild:
1414
steps:
15-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
15+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1616
name: post-build
1717
promote:
1818
steps:
@@ -32,7 +32,7 @@ pipelines:
3232
steps:
3333
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
3434
name: container-build
35-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
35+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
3636
name: post-build
3737
promote:
3838
steps:

packs/cwp/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
- sh: export VERSION=$PREVIEW_VERSION && skaffold build -f skaffold.yaml
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
promote:
1414
steps:
1515
- dir: charts/preview
@@ -22,7 +22,7 @@ pipelines:
2222
steps:
2323
- sh: skaffold version
2424
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
25-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
25+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2626
promote:
2727
steps:
2828
- dir: charts/REPLACE_ME_APP_NAME

packs/go-mongodb/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipelines:
88
- sh: export VERSION=$PREVIEW_VERSION && skaffold build -f skaffold.yaml
99
postBuild:
1010
steps:
11-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
11+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1212
promote:
1313
steps:
1414
- dir: /home/jenkins/go/src/REPLACE_ME_GIT_PROVIDER/REPLACE_ME_ORG/REPLACE_ME_APP_NAME/charts/preview
@@ -20,7 +20,7 @@ pipelines:
2020
build:
2121
steps:
2222
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
23-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
23+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2424
promote:
2525
steps:
2626
- dir: /home/jenkins/go/src/REPLACE_ME_GIT_PROVIDER/REPLACE_ME_ORG/REPLACE_ME_APP_NAME/charts/REPLACE_ME_APP_NAME

packs/go/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
name: container-build
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
name: post-build
1414
promote:
1515
steps:
@@ -25,7 +25,7 @@ pipelines:
2525
steps:
2626
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
2727
name: container-build
28-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
28+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2929
name: post-build
3030
promote:
3131
steps:

packs/gradle/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
name: container-build
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
name: post-build
1414
promote:
1515
steps:
@@ -25,7 +25,7 @@ pipelines:
2525
steps:
2626
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
2727
name: container-build
28-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
28+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2929
name: post-build
3030
promote:
3131
steps:

packs/javascript-ui-nginx/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipelines:
1111
name: container-build
1212
postBuild:
1313
steps:
14-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
14+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1515
name: post-build
1616
promote:
1717
steps:
@@ -29,7 +29,7 @@ pipelines:
2929
name: ui-build
3030
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
3131
name: container-build
32-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
32+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
3333
name: post-build
3434
promote:
3535
steps:

packs/javascript/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipelines:
99
name: container-build
1010
postBuild:
1111
steps:
12-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
12+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1313
name: post-build
1414
promote:
1515
steps:
@@ -25,7 +25,7 @@ pipelines:
2525
steps:
2626
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
2727
name: container-build
28-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
28+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
2929
name: post-build
3030
promote:
3131
steps:

packs/maven-node-ruby/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipelines:
1111
name: container-build
1212
postBuild:
1313
steps:
14-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:$PREVIEW_VERSION
14+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$PREVIEW_VERSION
1515
name: post-build
1616
promote:
1717
steps:
@@ -29,7 +29,7 @@ pipelines:
2929
name: skaffold-version
3030
- sh: export VERSION=`cat VERSION` && skaffold build -f skaffold.yaml
3131
name: container-build
32-
- sh: jx step post build --image $DOCKER_REGISTRY/$ORG/$APP_NAME:\$(cat VERSION)
32+
- sh: jx step post build --image $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:\$(cat VERSION)
3333
name: post-build
3434
promote:
3535
steps:

0 commit comments

Comments
 (0)