Skip to content

add x-account-factory-address header to contract-write and send-tra… #483

add x-account-factory-address header to contract-write and send-tra…

add x-account-factory-address header to contract-write and send-tra… #483

Workflow file for this run

# Main Branch Build Workflow for Docker Image supporting multiple architectures
name: Build on Main Merge
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest-32
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main # checkout the main branch to build nightly
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
context: .
target: prod
platforms: linux/amd64,linux/arm64
push: true
tags: thirdweb/engine:nightly
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
ENGINE_VERSION=nightly