mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-25 04:23:59 +03:00
Fix smoke test (#200)
This commit is contained in:
parent
e80dc22010
commit
f017de409c
2
.github/workflows/reusable-docker.yml
vendored
2
.github/workflows/reusable-docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user