Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hnt-pub
Miner
Commits
6647ddad
Unverified
Commit
6647ddad
authored
5 years ago
by
Mark Allen
Committed by
GitHub
5 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #387 from helium/quay_pw
Do not embed quay robot password (derp)
parents
e6569740
9d2c5297
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.buildkite/scripts/make_amd64_docker.sh
+1
-1
.buildkite/scripts/make_amd64_docker.sh
.buildkite/scripts/make_arm32_docker.sh
+1
-1
.buildkite/scripts/make_arm32_docker.sh
.buildkite/scripts/make_arm64_docker.sh
+1
-1
.buildkite/scripts/make_arm64_docker.sh
with
3 additions
and
3 deletions
+3
-3
.buildkite/scripts/make_amd64_docker.sh
+
1
-
1
View file @
6647ddad
...
...
@@ -10,5 +10,5 @@ docker build \
docker tag helium:
$DOCKER_NAME
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
docker login
-u
=
"team-helium+buildkite"
-p
=
"
QJQP7M6WWE00QJOTUIEBF8N16F4THA9O2MF6QBM1ZGGVK33TG2VLCGK50SUHSWED"
quay.io
docker login
-u
=
"team-helium+buildkite"
-p
=
"
${
QUAY_BUILDKITE_PASSWORD
}
"
docker push
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
This diff is collapsed.
Click to expand it.
.buildkite/scripts/make_arm32_docker.sh
+
1
-
1
View file @
6647ddad
...
...
@@ -10,5 +10,5 @@ docker build \
docker tag helium:
$DOCKER_NAME
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
docker login
-u
=
"team-helium+buildkite"
-p
=
"
QJQP7M6WWE00QJOTUIEBF8N16F4THA9O2MF6QBM1ZGGVK33TG2VLCGK50SUHSWED
"
quay.io
docker login
-u
=
"team-helium+buildkite"
-p
=
"
${
QUAY_BUILDKITE_PASSWORD
}
"
quay.io
docker push
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
This diff is collapsed.
Click to expand it.
.buildkite/scripts/make_arm64_docker.sh
+
1
-
1
View file @
6647ddad
...
...
@@ -10,5 +10,5 @@ docker build \
docker tag helium:
$DOCKER_NAME
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
docker login
-u
=
"team-helium+buildkite"
-p
=
"
QJQP7M6WWE00QJOTUIEBF8N16F4THA9O2MF6QBM1ZGGVK33TG2VLCGK50SUHSWED
"
quay.io
docker login
-u
=
"team-helium+buildkite"
-p
=
"
${
QUAY_BUILDKITE_PASSWORD
}
"
quay.io
docker push
"
$MINER_REGISTRY_NAME
:
$DOCKER_NAME
"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets