Skip to content

Commit

Permalink
Merge pull request #33 from neogenia-jp/feature/create-build-docer-im…
Browse files Browse the repository at this point in the history
…age-yml2

Create build-docker-image.yml
  • Loading branch information
lobin-z0x50 authored Jun 19, 2024
2 parents 37d3ae0 + 1be781a commit 8450074
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: ./build.sh latest

0 comments on commit 8450074

Please sign in to comment.