Skip to content

Commit 7c56fc9

Browse files
committed
Merge branch 'main' into beta
2 parents f75c673 + 92d1a93 commit 7c56fc9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Docker Image CI
2+
3+
on:
4+
push:
5+
branches: [ "**" ]
6+
paths-ignore:
7+
- '**.md'
8+
pull_request:
9+
branches: [ "**" ]
10+
jobs:
11+
12+
build:
13+
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/checkout@v4
18+
- name: Build the Docker image
19+
run: docker build . --file Dockerfile --tag vocard:latest

0 commit comments

Comments
 (0)