测试构建插件
Some checks failed
Build and Push Docker Images / build-and-push (frontend) (push) Has been cancelled
Build and Push Docker Images / build-and-push (backend) (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Successful in 12s

This commit is contained in:
2025-09-03 23:08:49 +08:00
parent 14543e0c7b
commit 7e543935ef

View File

@@ -20,13 +20,13 @@ jobs:
# 步骤3: 构建 Docker 镜像
- name: Build and Push Docker Image
uses: docker/build-push-action@v5 # 确认此插件可用
with:
context: ./backend
file: ./backend/dockerfile
push: true
tags: |
gitea.zfxt.top/zfxt/haha:v1.0
uses: docker/build-push-action@v5 # 确认此插件可用
with:
context: ./backend
file: ./backend/dockerfile
push: true
tags: |
gitea.zfxt.top/zfxt/haha:v1.0