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 9b6f31f commit c59f0ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: [push, pull_request]
name: Test Dockerfiles
permissions:
contents: read
jobs:
docker_build:
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 c59f0ec

Please sign in to comment.