Skip to content

Commit

Permalink
fix: remove --interactive to avoid the input device is not a TTY error
Browse files Browse the repository at this point in the history
Signed-off-by: Emin Aktas <[email protected]>
  • Loading branch information
eminaktas authored and sebthom committed Sep 4, 2024
1 parent 672265a commit fda0c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ fi
# usage: crane_command <crane args>
#################################################
crane_command() {
docker run --rm -it \
docker run --rm -t \
-e DOCKER_REGISTRY="$DOCKER_REGISTRY" \
-e DOCKER_REGISTRY_USERNAME="$DOCKER_REGISTRY_USERNAME" \
-e DOCKER_REGISTRY_TOKEN="$DOCKER_REGISTRY_TOKEN" \
Expand Down

0 comments on commit fda0c4c

Please sign in to comment.