Skip to content

Commit

Permalink
docker test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed Jul 27, 2024
1 parent 6ce7865 commit 13f4a1f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker Check

on:
push:
paths:
- '**Dockerfile'
pull_request:
paths:
- '**Dockerfile'
jobs:
build-image-1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build Docker Image
run: docker build -f apps/** .

0 comments on commit 13f4a1f

Please sign in to comment.