Skip to content

Commit 624b5cc

Browse files
committed
ci: Add input for quay.io robot secret
1 parent 5f2beca commit 624b5cc

24 files changed

Lines changed: 24 additions & 0 deletions

.github/workflows/build_airflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: ./.github/workflows/reusable_build_image.yaml
3131
secrets:
3232
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
33+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3334
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3435
permissions:
3536
id-token: write

.github/workflows/build_druid.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: ./.github/workflows/reusable_build_image.yaml
3333
secrets:
3434
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
35+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3536
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3637
permissions:
3738
id-token: write

.github/workflows/build_hadoop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: ./.github/workflows/reusable_build_image.yaml
3333
secrets:
3434
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
35+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3536
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3637
permissions:
3738
id-token: write

.github/workflows/build_hbase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: ./.github/workflows/reusable_build_image.yaml
3434
secrets:
3535
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
36+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3637
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3738
permissions:
3839
id-token: write

.github/workflows/build_hive.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: ./.github/workflows/reusable_build_image.yaml
3434
secrets:
3535
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
36+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3637
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3738
permissions:
3839
id-token: write

.github/workflows/build_java-base.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: ./.github/workflows/reusable_build_image.yaml
2929
secrets:
3030
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
31+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3132
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3233
permissions:
3334
id-token: write

.github/workflows/build_java-devel.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: ./.github/workflows/reusable_build_image.yaml
2929
secrets:
3030
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
31+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3132
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3233
permissions:
3334
id-token: write

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: ./.github/workflows/reusable_build_image.yaml
3333
secrets:
3434
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
35+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3536
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3637
permissions:
3738
id-token: write

.github/workflows/build_kafka.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: ./.github/workflows/reusable_build_image.yaml
3434
secrets:
3535
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
36+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3637
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3738
permissions:
3839
id-token: write

.github/workflows/build_krb5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: ./.github/workflows/reusable_build_image.yaml
2929
secrets:
3030
harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
31+
quay-robot-secret: ${{ secrets.QUAY_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3132
slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }}
3233
permissions:
3334
id-token: write

0 commit comments

Comments
 (0)