Skip to content

Commit

Permalink
Changes cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Sep 20, 2023
1 parent 5c5b6f4 commit 5680dae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: cache-docker-image-restore
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('build/package/Dockerfile') }}
Expand All @@ -62,7 +62,7 @@ jobs:
id: cache-docker-image-save
uses: actions/cache/save@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('build/package/Dockerfile') }}
Expand All @@ -86,7 +86,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
id: cache-docker-image
uses: actions/cache/restore@v3
env:
cache-name: cache-docker-image
cache-name: cached-image
with:
path: /tmp/build-image.tar
key: ${{ runner.os }}-docker-image-${{ env.cache-name }}-${{ hashFiles('/tmp/build-image.tar') }}
Expand Down

0 comments on commit 5680dae

Please sign in to comment.