Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 17s
18 lines
340 B
YAML
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: . |