Skip to content

Commit

Permalink
Add Docker build test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Sep 15, 2023
1 parent 063cc70 commit a36c935
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on: [push, pull_request]
name: Test Dockerfiles
permissions:
contents: read
jobs:
docker_build:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build leaf_validator
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:deploy/github/log/leaf_validator"
- name: Build sequence_and_integrate
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:deploy/github/log/sequence_and_integrate"

0 comments on commit a36c935

Please sign in to comment.