Update Docker CI for org
This commit is contained in:
parent
33cba4a084
commit
e81b1aeef5
@ -8,7 +8,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.shtao1.cn
|
REGISTRY: gitea.shtao1.cn
|
||||||
IMAGE_NAME: movingsam/fengling-platform
|
IMAGE_NAME: fengling/fengling-platform
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: movingsam
|
username: fengling
|
||||||
password: ${{ secrets.GITEA_TOKEN }}
|
password: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user