Skip to content

Commit

Permalink
Merge pull request #3 from TwoPointerr/mandharet-patch-1
Browse files Browse the repository at this point in the history
Create docker-image.yml
  • Loading branch information
mandharet authored Feb 14, 2024
2 parents 40bea06 + 593b898 commit 9e84a8d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker compose up

0 comments on commit 9e84a8d

Please sign in to comment.