File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 32
32
target : prod
33
33
platforms : ${{ matrix.platform }}
34
34
push : true
35
- cache-from : |
36
- type=gha,scope=${{ matrix.platform }}
37
- type=registry,ref=thirdweb/engine:buildcache-${{ matrix.platform }}
38
- cache-to : |
39
- type=gha,scope=${{ matrix.platform }},mode=max
40
- type=registry,ref=thirdweb/engine:buildcache-${{ matrix.platform }},mode=max
35
+ cache-from : type=gha,scope=${{ matrix.platform }}
36
+ cache-to : type=gha,scope=${{ matrix.platform }},mode=max
41
37
tags : thirdweb/engine:nightly-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
42
38
build-args : |
43
39
ENGINE_VERSION=nightly
Original file line number Diff line number Diff line change 35
35
target : prod
36
36
platforms : ${{ matrix.platform }}
37
37
push : true
38
- cache-from : |
39
- type=gha,scope=${{ matrix.platform }}
40
- type=registry,ref=thirdweb/engine:buildcache-${{ matrix.platform }}
41
- cache-to : |
42
- type=gha,scope=${{ matrix.platform }},mode=max
43
- type=registry,ref=thirdweb/engine:buildcache-${{ matrix.platform }},mode=max
38
+ cache-from : type=gha,scope=${{ matrix.platform }}
39
+ cache-to : type=gha,scope=${{ matrix.platform }},mode=max
44
40
tags : |
45
41
thirdweb/engine:${{ github.event.release.tag_name }}-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
46
42
${{ env.LATEST_TAG != '' && format('thirdweb/engine:latest-{0}', matrix.platform == 'linux/amd64' && 'amd64' || 'arm64') || '' }}
You can’t perform that action at this time.
0 commit comments