Skip to content

Commit ba8c7c8

Browse files
committed
gha: Fix stdin tty attach failing the deploy
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 3902c2f commit ba8c7c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ AWS?=docker run \
5050
-e AWS_ACCESS_KEY_ID \
5151
-e AWS_SECRET_ACCESS_KEY \
5252
-e AWS_SESSION_TOKEN \
53-
--rm -it amazon/aws-cli
53+
--rm amazon/aws-cli
5454

5555
.PHONY: deploy
5656
deploy: build/$(CHANNEL)/install.sh build/$(CHANNEL)/rootless-install.sh

0 commit comments

Comments
 (0)