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

View file

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