Skip to content

Commit

Permalink
Fix Dockerfile path in build-docker-webapp.yml and update Flask versi…
Browse files Browse the repository at this point in the history
…on in requirements.txt
  • Loading branch information
xuwenyihust committed May 12, 2024
1 parent 866410c commit 538e434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
timestamp=$(date +"%Y%m%d%H%M%S")
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/webapp:$timestamp -f webapp/Dockerfile ./docker/webapp
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/webapp:$timestamp -f webapp/Dockerfile ./webapp
docker tag ${{ secrets.DOCKERHUB_USERNAME }}/webapp:$timestamp ${{ secrets.DOCKERHUB_USERNAME }}/webapp:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/webapp:$timestamp
Expand Down
2 changes: 1 addition & 1 deletion webapp/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==3.0.0
Flask==3.0.0

0 comments on commit 538e434

Please sign in to comment.