Skip to content

Commit

Permalink
create build cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed May 17, 2024
1 parent 19d7ecb commit 911b9ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_devel_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Create cache directory
run: mkdir -p $CI_CACHE_DIR/.buildx-cache

- name: Build devel image for cuda 12.1
uses: docker/build-push-action@v5
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish_manylinux_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Create cache directory
run: mkdir -p $CI_CACHE_DIR/.buildx-cache

- name: Build base for cuda 12.1
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 911b9ec

Please sign in to comment.