尝试不适用元数据
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user