尝试不适用元数据
Some checks failed
Build and Push Docker Images / build-and-push (backend) (push) Failing after 59s
Build and Push Docker Images / build-and-push (frontend) (push) Failing after 1m11s

This commit is contained in:
小贺
2025-09-04 09:47:57 +08:00
parent 7cb5c174af
commit ad8e15faaf

View File

@@ -65,7 +65,8 @@ jobs:
context: ./backend context: ./backend
file: ./backend/dockerfile file: ./backend/dockerfile
push: true push: true
tags: ${{ steps.meta-backend.outputs.tags }} tags: |
gitea.zfxt.top/zfxt/backend:v1.0
# 构建和推送前端镜像 # 构建和推送前端镜像
- name: Build and push frontend image - name: Build and push frontend image
if: matrix.service == 'frontend' if: matrix.service == 'frontend'
@@ -74,5 +75,6 @@ jobs:
context: ./front context: ./front
file: ./front/dockerfile file: ./front/dockerfile
push: true push: true
tags: ${{ steps.meta-frontend.outputs.tags }} tags: |
gitea.zfxt.top/zfxt/front:v1.0