2023-10-20 11:10:46 +09:00

17 lines
265 B
YAML

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