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 578d46d commit 02c00f8Copy full SHA for 02c00f8
buildspec.yml
@@ -6,6 +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
10
- docker push docker.io/shivanij2304/python-webclues
11
post_build:
12
0 commit comments