Skip to content

Commit c3795eb

Browse files
committed
feat: add registry namespace input to build workflows and remove default
1 parent 43b826a commit c3795eb

26 files changed

+29
-5
lines changed

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
with:
3131
product-name: airflow
3232
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
33+
registry-namespace: sdp

.github/workflows/build_druid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: druid
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: hadoop
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
with:
3434
product-name: hbase
3535
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
36+
registry-namespace: sdp

.github/workflows/build_hello-world.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: hello-world
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
with:
3434
product-name: hive
3535
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
36+
registry-namespace: sdp

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: java-base
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_java-devel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
with:
2929
product-name: java-devel
3030
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
31+
registry-namespace: sdp

.github/workflows/build_kafka-testing-tools.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ jobs:
3232
with:
3333
product-name: kafka-testing-tools
3434
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
35+
registry-namespace: sdp

.github/workflows/build_kafka.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
with:
3535
product-name: kafka
3636
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
37+
registry-namespace: sdp

0 commit comments

Comments
 (0)