Skip to content

Commit

Permalink
Update build-and-publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikedupont2 authored Sep 28, 2024
1 parent e893e96 commit 36a6509
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-and-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36a6509

Please sign in to comment.