Update Docker CI for org
Some checks failed
Build and Push Docker / build (push) Has been cancelled

This commit is contained in:
movingsam 2026-02-26 13:00:20 +08:00
parent 8d8a009bbd
commit 9a25793740

View File

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