Create docker-image.yml

This commit is contained in:
Choco
2024-11-22 17:31:55 +08:00
committed by GitHub
parent 533cb7a373
commit 6cc09c0c5e

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

@@ -0,0 +1,19 @@
name: Docker Image CI
on:
push:
branches: [ "**" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "**" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag vocard:latest