变更变量存储位置
All checks were successful
Build and Push Docker Images / build-and-push (backend) (push) Successful in 19s
Build and Push Docker Images / build-and-push (frontend) (push) Successful in 19s

This commit is contained in:
小贺
2025-09-04 12:59:43 +08:00
parent fceba10cf5
commit cc4620d52c

View File

@@ -25,7 +25,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: gitea.zfxt.top registry: gitea.zfxt.top
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
# 为后端服务生成元数据 # 为后端服务生成元数据