尝试不适用元数据
This commit is contained in:
@@ -65,7 +65,8 @@ jobs:
|
||||
context: ./backend
|
||||
file: ./backend/dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta-backend.outputs.tags }}
|
||||
tags: |
|
||||
gitea.zfxt.top/zfxt/backend:v1.0
|
||||
# 构建和推送前端镜像
|
||||
- name: Build and push frontend image
|
||||
if: matrix.service == 'frontend'
|
||||
@@ -74,5 +75,6 @@ jobs:
|
||||
context: ./front
|
||||
file: ./front/dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta-frontend.outputs.tags }}
|
||||
tags: |
|
||||
gitea.zfxt.top/zfxt/front:v1.0
|
||||
|
||||
Reference in New Issue
Block a user