Skip to content

Commit 6bce153

Browse files
committed
Fix Harness CI rate limit issues for stable inputset
1 parent da4af11 commit 6bce153

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets/split_synchronizer.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ inputSet:
2222
# Create custom tag
2323
VERSION="$(awk '/^const Version/{gsub(/"/, "", $4); print $4}' splitio/version.go)"
2424
25+
# Logging to DockeHub
26+
echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
27+
2528
# Install the necessary QEMU binaries for multi-platform builds
2629
docker run --privileged --rm tonistiigi/binfmt --install all
30+
envVariables:
31+
DOCKERHUB_USERNAME: infrasplit
32+
DOCKERHUB_TOKEN: <+secrets.getValue("dockerhub-infrasplit-token")>
2733
when:
2834
condition: "true"
2935
- step:
@@ -63,8 +69,14 @@ inputSet:
6369
# Create custom tag
6470
VERSION="$(awk '/^const Version/{gsub(/"/, "", $4); print $4}' splitio/version.go)"
6571
72+
# Logging to DockeHub
73+
echo "$DOCKERHUB_TOKEN" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
74+
6675
# Install the necessary QEMU binaries for multi-platform builds
6776
docker run --privileged --rm tonistiigi/binfmt --install all
77+
envVariables:
78+
DOCKERHUB_USERNAME: infrasplit
79+
DOCKERHUB_TOKEN: <+secrets.getValue("dockerhub-infrasplit-token")>
6880
when:
6981
condition: "true"
7082
- step:

0 commit comments

Comments
 (0)