Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
driver-opts: network=host
- name: Set islanders-shared cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.8
with:
path: /tmp/.buildx-cache-shared
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Run shared tests
run: docker run --rm localhost:5000/islanders/islanders-shared
- name: Set islanders-server cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.8
with:
path: /tmp/.buildx-cache-server
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand All @@ -67,7 +67,7 @@ jobs:
rm -rf /tmp/.buildx-cache-server
mv /tmp/.buildx-cache-server-new /tmp/.buildx-cache-server
- name: Set islanders-client cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.8
with:
path: /tmp/.buildx-cache-client
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down