Skip to content

Use relative path for env file arg #18

Use relative path for env file arg

Use relative path for env file arg #18

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Run Docker Build
run: docker build .