ak13/.gitea/workflows/docker-build.yml
cheney fb6689555c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m31s
触发 CI
2025-07-22 10:52:07 +08:00

18 lines
319 B
YAML

name: Build and Push Docker Image
on:
push:
branches:
- dev-*
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and Push Docker Image
uses: docker/build-push-action@v5
with:
context: .