Skip to content

Separate workflow into two yml files #1

Separate workflow into two yml files

Separate workflow into two yml files #1

name: Docker Build Check
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag crackheadakira/yuuko:test