Skip to content

Commit

Permalink
Github action to build monorepo bunch docker image (#8500)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <stephen@sherra.tt>
  • Loading branch information
gridbugs authored Sep 7, 2023
1 parent 6357f0e commit 0566d5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,17 @@ jobs:
env:
# We disable the Dune cache when running the tests
DUNE_CACHE: disabled

monorepo_benchmark_test:
name: Build monorepo benchmark docker image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: whoan/docker-build-with-cache-action@v6
with:
image_name: monorepo-benchmark
build_extra_args: '{"--file": "bench/monorepo/bench.Dockerfile"}'
push_image_and_stages: true
username: ocaml
password: "${{ secrets.DOCKER_HUB_PASSWORD }}"

0 comments on commit 0566d5c

Please sign in to comment.