0.7.5
This commit is contained in:
parent
b30343fc0a
commit
d569cdd5f9
2 changed files with 3 additions and 3 deletions
4
.github/workflows/appmanage_docker.yml
vendored
4
.github/workflows/appmanage_docker.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue