forked from o1-labs/o1js
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build-and-publish-docker-image.yml
- Loading branch information
1 parent
e893e96
commit 36a6509
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,18 @@ jobs: | |
tags: latest | ||
#path: ./test | ||
dockerfile: Dockerfile | ||
- name: test | ||
run: docker images | ||
|
||
- name: Build and Publish Docker image test | ||
uses: meta-introspector/[email protected] | ||
with: | ||
gh_token: ${{ secrets.GITHUB_TOKEN }} | ||
image_name: o1js-perf-recording | ||
tag_with_ref: true | ||
#tag_with_sha: true | ||
#tags: main | ||
#tags: latest | ||
#path: ./test | ||
dockerfile: Dockerfile | ||
|