docker name

This commit is contained in:
qiaofeng1227 2023-07-06 16:54:48 +08:00
parent 5cb9759e6e
commit e0776c9cac
2 changed files with 4 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
name: Build & push Docker image
with:
image: websoft9dev/appmanage
tags: 0.7.2
tags: 0.7.4
registry: docker.io
dockerfile: appmanage/Dockerfile
directory: appmanage
@ -31,6 +31,8 @@ jobs:
- name: add readme file
run: |
echo ${{ secrets.DOCKER_USERNAME }}
echo ${{ secrets.DOCKER_PASSWORD }}
cd appmanage
touch myread.md
echo "This repository is the easiest appmanage deployment on GitHub and DockerHub "'

View file

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