Skip to content

Commit

Permalink
fix: stupid token error
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 9, 2024
1 parent 21d4632 commit 30df3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/upload-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ function main() {
skopeo \
--insecure-policy \
copy \
--dest-username <(echo "$username") \
--dest-password <(echo "$password") \
--dest-username "$(cat <(echo "$username"))" \
--dest-password "$(cat <(echo "$password"))" \
"docker-archive://$image_path" \
"docker://$image_name"

Expand Down

0 comments on commit 30df3a0

Please sign in to comment.