Skip to content

Commit ded1acb

Browse files
committed
update the Dockerfile location in pipeline
1 parent 6e9c16d commit ded1acb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-pipeline.dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
3838
- name: Build Docker Image
3939
run: |
40+
cd app
4041
IMAGE_TAG=${GITHUB_SHA::7} # short commit SHA
4142
echo "IMAGE_TAG=$IMAGE_TAG" >> $GITHUB_ENV
4243
docker build -t flask-app:$IMAGE_TAG .

0 commit comments

Comments
 (0)