Skip to content

Commit

Permalink
chore(cicd): fix output type (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 authored Nov 8, 2023
1 parent 5301bde commit 48ec143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
platforms: linux/amd64
push: false
tags: benchmark:latest
outputs: type=oci,dest=./image.tar
outputs: type=docker,dest=./image.tar
- name: Smoke test
run: |
docker load --input ./image.tar
Expand Down

0 comments on commit 48ec143

Please sign in to comment.