ak13/.gitea/workflows/docker-build.yml
cheney c0955b300d
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
触发 CI
2025-07-22 10:58:21 +08:00

18 lines
340 B
YAML

name: Build and Push Docker Image
on:
push:
branches:
- dev-*
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: 检出代码
uses: https://gitea.com/actions/checkout@v3
- name: 镜像构建
uses: https://gitea.com/actions/build-push-action@v5
with:
context: .