Skip to content

Commit

Permalink
Don't reclone the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jul 3, 2024
1 parent c803105 commit 0569c4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,11 @@ jobs:
env:
PREREVIEW_REVIEWS_DATA_TOKEN: ${{ secrets.PREREVIEW_REVIEWS_DATA_TOKEN }}

- name: 'Debug'
run: |
pwd
ls -l
- name: 'Build image'
id: build
uses: docker/[email protected]
with:
context: .
outputs: type=docker,dest=/tmp/image.tar
cache-from: type=gha,ignore-error=true
cache-to: type=gha,mode=max,ignore-error=true
Expand Down

0 comments on commit 0569c4c

Please sign in to comment.