2023-10-20 09:57:45 +09:00

17 lines
281 B
YAML

name: Docker image CI
on:
pull_request:
branches:
- 'feature/*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd setup_files
docker build . -f Dockerfile