This commit is contained in:
qiaofeng1227 2023-09-18 08:37:42 +08:00
parent d7fdca5ad4
commit 9c1db4f2b4
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: AppManage Build And Push To DockerHub
name: gitea Build And Push To DockerHub
on:
push:
@ -30,7 +30,7 @@ jobs:
tags: ${{ env.VERSION }}
addLatest: True
registry: docker.io
dockerfile: appmanage/Dockerfile
directory: appmanage
dockerfile: docker/w9git/Dockerfile
directory: docker/w9git
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View file

@ -1,4 +1,5 @@
FROM gitea/gitea:1.20.4
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="1.20.4"