diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index cfd51af6a..a3d51dce6 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -19,12 +19,15 @@ jobs: matrix: os: [ubuntu-latest] steps: - - name: Check out the repo - uses: actions/checkout@v3 + # refer to https://github.com/actions/checkout + - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Rename shell: bash run: | + ls -lh mv -v ./docker/torch1.13.0-cuda11.6-cudnn8.Dockerfile ./Dockerfile ls -lh