Skip to content

Commit

Permalink
update the default docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 29, 2024
1 parent aa3f77f commit 38c6211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-docker-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: run Perf Test and collect data
env:
default_image: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
#docker pull ghcr.io/meta-introspector/o1js/o1js-perf-unit-test:docker-image-unit-test-clean
default_image: "ghcr.io/meta-introspector/o1js/o1js-perf-unit-test:docker-image-unit-test-clean"
container_name: "unit-tests"
on:
workflow_dispatch:
inputs:
image_url:
description: 'Docker url to execute'
default: "ghcr.io/meta-introspector/o1js/o1js-perf-recording:latest"
default: "ghcr.io/meta-introspector/o1js/o1js-perf-unit-test:docker-image-unit-test-clean"
push:
branches:
# add your branch here to auto trigger on push
Expand Down

0 comments on commit 38c6211

Please sign in to comment.