Skip to content

Commit

Permalink
Missed docker transport in release-binaries (#26)
Browse files Browse the repository at this point in the history
Regression from f8cf83f
  • Loading branch information
mergify[bot] authored Nov 24, 2020
2 parents 2db68f0 + c2c4110 commit 1b408b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions script/release-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ source ./current_versions.sh

go run cmd/getbinariesfromquay/main.go \
-binary-to-copy /usr/bin/hegel \
-image ${TINKERBELL_TINK_HEGEL_IMAGE} \
-image docker://${TINKERBELL_TINK_HEGEL_IMAGE} \
-program hegel

go run cmd/getbinariesfromquay/main.go \
-binary-to-copy /usr/bin/boots \
-image ${TINKERBELL_TINK_BOOTS_IMAGE} \
-image docker://${TINKERBELL_TINK_BOOTS_IMAGE} \
-program boots

go run cmd/getbinariesfromquay/main.go \
-binary-to-copy /usr/bin/tink-worker \
-image ${TINKERBELL_TINK_WORKER_IMAGE} \
-image docker://${TINKERBELL_TINK_WORKER_IMAGE} \
-program tink-worker

go run cmd/getbinariesfromquay/main.go \
-binary-to-copy /usr/bin/tink-server \
-image ${TINKERBELL_TINK_SERVER_IMAGE} \
-image docker://${TINKERBELL_TINK_SERVER_IMAGE} \
-program tink-server

go run cmd/getbinariesfromquay/main.go \
-binary-to-copy /usr/bin/tink \
-image ${TINKERBELL_TINK_CLI_IMAGE} \
-image docker://${TINKERBELL_TINK_CLI_IMAGE} \
-program tink

0 comments on commit 1b408b0

Please sign in to comment.