Skip to content

Commit

Permalink
Remove binder cache file before build
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Dec 22, 2024
1 parent b359c58 commit 92257e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/repo2docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Remove binder cache file
run: rm binder/Dockerfile || true
- name: Update binder docker image with repo2docker
uses: jupyterhub/repo2docker-action@master
with:
Expand Down

0 comments on commit 92257e0

Please sign in to comment.