Skip to content

Commit 45be6dd

Browse files
author
Ubuntu
committed
update buildspec.yml
1 parent 7104a4b commit 45be6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ phases:
66
commands:
77
- echo "Building docker image"
88
- docker build -t docker.io/shivanij2304/python-webclues .
9-
- echo Shivani@23 | docker login --username shivanij2304 --password-stdin
9+
- echo "pswd" | docker login --username shivanij2304 --password-stdin
1010
- docker push docker.io/shivanij2304/python-webclues
1111
post_build:
1212
commands:

0 commit comments

Comments
 (0)