Skip to content

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/… #976

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/…

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/… #976

Workflow file for this run

name: Build Dev Image CI
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- "*"
jobs:
build:
runs-on: warp-ubuntu-latest-x64-4x
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and Push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
push: false
build-args: |
VERSION=latest