Skip to content

Commit

Permalink
misc(ci): Add GitHub Actions docker build (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki authored Mar 11, 2024
2 parents 4f97502 + d757bc5 commit fee2245
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-image_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Docker Image Build
on:
push:
branches: ["**","!master"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build -t mumo .

0 comments on commit fee2245

Please sign in to comment.