diff options
| author | selsta <selsta@sent.at> | 2020-12-07 19:22:37 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-12-07 19:22:37 +0100 |
| commit | fa79e609e1a5295fea2e7778a2fc67e61579c14f (patch) | |
| tree | 77157c6be567d5ff38bfe3f31558d7544806a0a3 /.github/workflows | |
| parent | cc352e49134bea07e3d21905f05ed9148561be21 (diff) | |
| download | monzero-gui-fa79e609e1a5295fea2e7778a2fc67e61579c14f.tar.gz monzero-gui-fa79e609e1a5295fea2e7778a2fc67e61579c14f.tar.xz monzero-gui-fa79e609e1a5295fea2e7778a2fc67e61579c14f.zip | |
workflows: bump docker cache action
Diffstat (limited to '.github/workflows')
| -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} |
