测试构建插件
This commit is contained in:
@@ -20,13 +20,13 @@ jobs:
|
|||||||
|
|
||||||
# 步骤3: 构建 Docker 镜像
|
# 步骤3: 构建 Docker 镜像
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v5 # 确认此插件可用
|
uses: docker/build-push-action@v5 # 确认此插件可用
|
||||||
with:
|
with:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
file: ./backend/dockerfile
|
file: ./backend/dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
gitea.zfxt.top/zfxt/haha:v1.0
|
gitea.zfxt.top/zfxt/haha:v1.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user