We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c00f8 commit 7104a4bCopy full SHA for 7104a4b
buildspec.yml
@@ -6,7 +6,7 @@ phases:
6
commands:
7
- echo "Building docker image"
8
- docker build -t docker.io/shivanij2304/python-webclues .
9
- - cat Shivani@23 | docker login --username shivanij2304 --password-stdin
+ - echo Shivani@23 | docker login --username shivanij2304 --password-stdin
10
- docker push docker.io/shivanij2304/python-webclues
11
post_build:
12
0 commit comments