diff --git a/.github/workflows/build_im_tag.yml b/.github/workflows/build_im_tag.yml index 22eb371..51a7e1a 100644 --- a/.github/workflows/build_im_tag.yml +++ b/.github/workflows/build_im_tag.yml @@ -8,17 +8,17 @@ jobs: github-build_data_science_im_rs___tag: runs-on: ubuntu-latest steps: - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v1 - - - name: Cache Docker layers - uses: actions/cache@v2 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- +# - +# name: Set up Docker Buildx +# uses: docker/setup-buildx-action@v1 +# - +# name: Cache Docker layers +# uses: actions/cache@v2 +# with: +# path: /tmp/.buildx-cache +# key: ${{ runner.os }}-buildx-${{ github.sha }} +# restore-keys: | +# ${{ runner.os }}-buildx- - name: Login to DockerHub uses: docker/login-action@v1 @@ -35,5 +35,5 @@ jobs: with: push: true tags: rowangaffney/data_science_im_rs:${{steps.vars.outputs.tag}} - cache-from: type=local,src=/tmp/.buildx-cache - cache-to: type=local,dest=/tmp/.buildx-cache \ No newline at end of file +# cache-from: type=local,src=/tmp/.buildx-cache +# cache-to: type=local,dest=/tmp/.buildx-cache \ No newline at end of file