2023-10-20 11:21:33 +09:00

14 lines
238 B
YAML

name: Docker image CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
cd setup_files
docker build . -f Dockerfile