完善最后的测试2
This commit is contained in:
@@ -69,9 +69,7 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta-backend.outputs.tags }}
|
||||
labels: ${{ steps.meta-backend.outputs.labels }}
|
||||
cache-from: type=registry,ref=gitea.zfxt.top/zfxt/backend:latest
|
||||
cache-to: type=registry,ref=gitea.zfxt.top/zfxt/backend:latest,mode=max
|
||||
|
||||
|
||||
# 构建和推送前端镜像
|
||||
- name: Build and push frontend image
|
||||
if: matrix.service == 'frontend'
|
||||
@@ -82,5 +80,3 @@ jobs:
|
||||
push: true
|
||||
tags: ${{ steps.meta-frontend.outputs.tags }}
|
||||
labels: ${{ steps.meta-frontend.outputs.labels }}
|
||||
cache-from: type=registry,ref=gitea.zfxt.top/zfxt/frontend:latest
|
||||
cache-to: type=registry,ref=gitea.zfxt.top/zfxt/frontend:latest,mode=max
|
||||
Reference in New Issue
Block a user