Skip to content

Commit

Permalink
Fix smoke test (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella authored Jun 9, 2022
1 parent e80dc22 commit f017de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Smoke test
if: ${{ !inputs.push }}
run: docker run ${{ steps.meta.outputs.tags }} --version
run: docker run ghcr.io/${{ github.repository }} --version
- name: Move cache
run: |
rm -rf /tmp/.buildx-cache
Expand Down

0 comments on commit f017de4

Please sign in to comment.