👷 支持action自动化构建镜像

This commit is contained in:
chaos-zhu 2024-08-05 09:02:55 +08:00
parent 9d5ab456e8
commit 640413123f

View File

@ -3,10 +3,10 @@ name: Docker Build and Push
on:
release:
types: [published]
workflow_dispatch: # 启用手动触发
jobs:
build-and-push:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3