Skip to content

Commit

Permalink
Create docker.yml for PR image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 authored May 7, 2024
1 parent 4c64ffc commit 4741130
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Docker build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
docker:
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main
with:
runner: ubuntu-latest

0 comments on commit 4741130

Please sign in to comment.