diff --git a/.github/workflows/build-and-publish-docker-image.yml b/.github/workflows/build-and-publish-docker-image.yml index 97978c824..d10b4abd6 100644 --- a/.github/workflows/build-and-publish-docker-image.yml +++ b/.github/workflows/build-and-publish-docker-image.yml @@ -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/docker-bpgpr@1.0.0 + 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 +