Skip to content

Add docker build deploy #8

Add docker build deploy

Add docker build deploy #8

Workflow file for this run

name: Lint and Build on PR
on:
pull_request:
branches:
- '**'
jobs:
Validate:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Docker Image
run: docker build -t pull_request:1.0 -f Dockerfile .