diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:58:06 -0800 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-12-10 17:58:06 -0800 |
| commit | e90626e05aeed0c8141855e4d3125addc143dd14 (patch) | |
| tree | 77157c6be567d5ff38bfe3f31558d7544806a0a3 | |
| parent | cc352e49134bea07e3d21905f05ed9148561be21 (diff) | |
| parent | fa79e609e1a5295fea2e7778a2fc67e61579c14f (diff) | |
| download | monzero-gui-e90626e05aeed0c8141855e4d3125addc143dd14.tar.gz monzero-gui-e90626e05aeed0c8141855e4d3125addc143dd14.tar.xz monzero-gui-e90626e05aeed0c8141855e4d3125addc143dd14.zip | |
Merge pull request #3259
fa79e609 workflows: bump docker cache action (selsta)
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bec039a..c2807fc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: satackey/action-docker-layer-caching@v0.0.8 + - uses: satackey/action-docker-layer-caching@v0.0.10 continue-on-error: true with: key: docker-linux-static-{hash} @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v1 with: submodules: recursive - - uses: satackey/action-docker-layer-caching@v0.0.8 + - uses: satackey/action-docker-layer-caching@v0.0.10 continue-on-error: true with: key: docker-windows-static-{hash} |
