👷 支持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: on:
release: release:
types: [published] types: [published]
workflow_dispatch: # 启用手动触发
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@v3 uses: actions/checkout@v3