File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
.harness/orgs/PROD/projects/Harness_Split/pipelines/deploy_qos_v3/input_sets Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments