完善最后的测试2
This commit is contained in:
@@ -69,8 +69,6 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-backend.outputs.tags }}
|
tags: ${{ steps.meta-backend.outputs.tags }}
|
||||||
labels: ${{ steps.meta-backend.outputs.labels }}
|
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
|
- name: Build and push frontend image
|
||||||
@@ -82,5 +80,3 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-frontend.outputs.tags }}
|
tags: ${{ steps.meta-frontend.outputs.tags }}
|
||||||
labels: ${{ steps.meta-frontend.outputs.labels }}
|
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