Skip to content

Commit ea70cf9

Browse files
committed
Merge branch 'dev'
2 parents bff6df9 + 485699b commit ea70cf9

2 files changed

Lines changed: 1 addition & 58 deletions

File tree

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

Lines changed: 0 additions & 58 deletions
This file was deleted.
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)