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

This commit is contained in:
movingsam 2026-02-26 13:00:18 +08:00
parent 8495a8ad9e
commit 573f135367

View File

@ -8,7 +8,7 @@ on:
env: env:
REGISTRY: gitea.shtao1.cn REGISTRY: gitea.shtao1.cn
IMAGE_NAME: movingsam/fengling-console IMAGE_NAME: fengling/fengling-console
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