This commit is contained in:
qiaofeng1227 2023-07-07 08:55:40 +08:00
parent d569cdd5f9
commit 817880773e
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags: 0.7.4
tags: 0.7.3
registry: docker.io
dockerfile: appmanage/Dockerfile
directory: appmanage

View File

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