We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb8387 commit 6a63a2fCopy full SHA for 6a63a2f
.github/workflows/main.yml
@@ -39,6 +39,8 @@ jobs:
39
platforms: linux/amd64,linux/arm64
40
push: true
41
tags: thirdweb/engine:nightly
42
+ cache-from: type=gha
43
+ cache-to: type=gha,mode=max
44
build-args: |
45
ENGINE_VERSION=nightly
46
.github/workflows/tagBasedImageBuild.yml
@@ -40,6 +40,8 @@ jobs:
target: prod
tags: |
thirdweb/engine:${{ github.event.release.tag_name }}
47
${{ env.LATEST_TAG }}
0 commit comments