Skip to content

Commit

Permalink
chore: create docker-build-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
desujoy authored Dec 20, 2024
1 parent 57b5d5b commit e531c1d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-build-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Docker Image Build CI

on:
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sujoyde/kushiro:latest

0 comments on commit e531c1d

Please sign in to comment.