Skip to content

Commit 9e84a8d

Browse files
authored
Merge pull request #3 from TwoPointerr/mandharet-patch-1
Create docker-image.yml
2 parents 40bea06 + 593b898 commit 9e84a8d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docker-image.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Docker Image CI
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
7+
jobs:
8+
9+
build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Build the Docker image
16+
run: docker compose up

0 commit comments

Comments
 (0)