Update Docker CI for org
Some checks failed
Build and Push Docker / build (push) Failing after 30s
Publish NuGet Packages / build (push) Failing after 30s

This commit is contained in:
movingsam 2026-02-26 13:00:19 +08:00
parent 33cba4a084
commit e81b1aeef5

View File

@ -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