Skip to content

Commit

Permalink
docker build workflows: different cache names to avoid clash
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed May 2, 2023
1 parent 36f6031 commit 8de82d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/joystream-node-docker-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx
key: ${{ runner.os }}-buildx-dev
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}

- name: Build and push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-network-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx
key: ${{ runner.os }}-buildx-tests
if: steps.check_files.outputs.files_exists == 'false'

- name: Build
Expand Down

0 comments on commit 8de82d4

Please sign in to comment.