This commit is contained in:
qiaofeng1227 2023-07-07 08:51:17 +08:00
parent b30343fc0a
commit d569cdd5f9
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
build:
name: Build Docker image
runs-on: ubuntu-latest
env:
TAGS: latest
#env:
# TAGS: latest
steps:
- uses: actions/checkout@v2
name: Check out code

View File

@ -1,6 +1,6 @@
FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.7.4"
LABEL version="0.7.5"
# Create API Directory
WORKDIR /usr/src/app