2023-10-20 10:08:23 +09:00

18 lines
288 B
YAML

name: Docker image CI
on:
push:
branches:
- 'main'
- '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