Skip to content

Commit

Permalink
chore(cicd): temporal caching built image before smoke test (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrylee97 authored Nov 8, 2023
1 parent e852d8a commit 5301bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
platforms: linux/amd64
push: false
tags: benchmark:latest
outputs: type=oci,dest=./image.tar
- name: Smoke test
run: |
docker load --input ./image.tar
docker run --rm benchmark:latest /bin/bash -c "cd ${{ steps.read-metadata.outputs.location }}; ${{ steps.read-metadata.outputs.buildCommand }}"

0 comments on commit 5301bde

Please sign in to comment.