Skip to content

Commit

Permalink
update build_im_tag to avoid caching
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg55 committed Feb 18, 2021
1 parent 404bacc commit 992d09d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build_im_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
# cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache

0 comments on commit 992d09d

Please sign in to comment.