Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 24, 2024
1 parent 7150e03 commit e2853d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PYTHONPATH=./
VERSION=24.01.02
VERSION=24.02.15
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build the base image
run: docker build -t secretaryweb-base:24.01.02 -f ./Dockerfile-base ./
run: docker build -t secretaryweb-base:24.02.15 -f ./Dockerfile-base ./
- name: List images
run: docker images
- name: Rename sample setting file
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-app
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM secretaryweb-base:24.01.02
FROM secretaryweb-base:24.02.15

ADD ./client_secret.json ./client_secret.json
ADD ./main.py ./main.py
Expand Down

0 comments on commit e2853d3

Please sign in to comment.