Merge remote-tracking branch 'origin/main'

This commit is contained in:
CaIon 2023-10-31 00:43:21 +08:00
commit 79bf621289

18
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag calciumion/neko-api:$(date +%s)