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 434c655 commit 54711a5Copy full SHA for 54711a5
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-32
12
13
steps:
14
- name: Check Disk Space Before Build
.github/workflows/tagBasedImageBuild.yml
@@ -6,7 +6,7 @@ on:
6
7
buildImageForNewTag:
# Set environment variables
env:
LATEST_TAG: ${{ (github.event.release.target_commitish == 'main') && 'thirdweb/engine:latest' || '' }}
0 commit comments