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 132533d commit 0bc6504Copy full SHA for 0bc6504
buildspec.yml
@@ -0,0 +1,15 @@
1
+#this file is added to practice AWS for Webclues job
2
+version: 0.2
3
+
4
+phases:
5
+ pre_build:
6
+ commands:
7
+ - cd python-multi-stage-github-actions
8
+ build:
9
10
+ - echo "Building docker image"
11
+ - docker build -t docker.io/shivanij2304/python-webclues .
12
+ - docker push docker.io/shivanij2304/python-webclues
13
+ post_build:
14
15
+ - echo "Build is successful."
0 commit comments