This commit is contained in:
qiaofeng1227 2023-07-07 09:03:04 +08:00
parent f8430d8f73
commit 65b211401f
2 changed files with 1 additions and 2 deletions

View file

@ -19,7 +19,6 @@ jobs:
name: Check out code
- name: Get version
if: ${{ steps.check_changes.outputs.appmanage_changed == 'true' }}
run: |
version=$(grep -Po '(?<=LABEL version=").*?(?=")' appmanage/Dockerfile)
echo $version

View file

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