mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
gitea
This commit is contained in:
parent
d7fdca5ad4
commit
9c1db4f2b4
6
.github/workflows/build_git.yml
vendored
6
.github/workflows/build_git.yml
vendored
@ -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 }}
|
||||
|
@ -1,4 +1,5 @@
|
||||
FROM gitea/gitea:1.20.4
|
||||
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
LABEL version="1.20.4"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user