修改镜像名称
Some checks failed
Build and Push Docker Images / build-and-push (backend) (push) Failing after 1m1s
Build and Push Docker Images / build-and-push (frontend) (push) Failing after 1m6s

This commit is contained in:
小贺
2025-09-04 09:53:03 +08:00
parent ad8e15faaf
commit 7f26c3e5ec

View File

@@ -66,7 +66,7 @@ jobs:
file: ./backend/dockerfile file: ./backend/dockerfile
push: true push: true
tags: | tags: |
gitea.zfxt.top/zfxt/backend:v1.0 gitea.zfxt.top/zfxt/hehe:v1.0
# 构建和推送前端镜像 # 构建和推送前端镜像
- name: Build and push frontend image - name: Build and push frontend image
if: matrix.service == 'frontend' if: matrix.service == 'frontend'
@@ -76,5 +76,5 @@ jobs:
file: ./front/dockerfile file: ./front/dockerfile
push: true push: true
tags: | tags: |
gitea.zfxt.top/zfxt/front:v1.0 gitea.zfxt.top/zfxt/mama:v1.0