Skip to content

Commit 0bc6504

Browse files
author
Ubuntu
committed
add buildpec file
1 parent 132533d commit 0bc6504

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

buildspec.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
commands:
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+
commands:
15+
- echo "Build is successful."

0 commit comments

Comments
 (0)