Fix smoke test (#200)

This commit is contained in:
Sebastián Estrella 2022-06-09 16:15:36 -05:00 committed by GitHub
parent e80dc22010
commit f017de409c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
- name: Smoke test - name: Smoke test
if: ${{ !inputs.push }} if: ${{ !inputs.push }}
run: docker run ${{ steps.meta.outputs.tags }} --version run: docker run ghcr.io/${{ github.repository }} --version
- name: Move cache - name: Move cache
run: | run: |
rm -rf /tmp/.buildx-cache rm -rf /tmp/.buildx-cache