Skip to content

Commit 36a6509

Browse files
authored
Update build-and-publish-docker-image.yml
1 parent e893e96 commit 36a6509

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build-and-publish-docker-image.yml

+15
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,18 @@ jobs:
3838
tags: latest
3939
#path: ./test
4040
dockerfile: Dockerfile
41+
- name: test
42+
run: docker images
43+
44+
- name: Build and Publish Docker image test
45+
uses: meta-introspector/docker-bpgpr@1.0.0
46+
with:
47+
gh_token: ${{ secrets.GITHUB_TOKEN }}
48+
image_name: o1js-perf-recording
49+
tag_with_ref: true
50+
#tag_with_sha: true
51+
#tags: main
52+
#tags: latest
53+
#path: ./test
54+
dockerfile: Dockerfile
55+

0 commit comments

Comments
 (0)