docker cache

pull/437/head
Frostebite 2022-10-30 21:54:19 +00:00
parent 6f85bfbf33
commit f2f52a5ec1
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,7 @@ jobs:
# - Switch # Build a Nintendo Switch player
# steps
steps:
- name: Checkout (default)
uses: actions/checkout@v2
with:
@ -172,6 +173,8 @@ jobs:
- run: |
aws s3 cp s3://game-ci-test-storage/cloud-runner-cache/${{ steps.unity-build.outputs.CACHE_KEY }}/build/build-${{ steps.unity-build.outputs.BUILD_GUID }}.tar.lz4 build-${{ steps.unity-build.outputs.BUILD_GUID }}.tar.lz4
ls
- name: Docker Layer Caching
uses: satackey/action-docker-layer-caching@v0.0.11
- run: yarn run cli -m list-resources
###########################
# Upload #