Skip to content

feat: v0.33 change proto domain to osmosis #70

feat: v0.33 change proto domain to osmosis

feat: v0.33 change proto domain to osmosis #70

Workflow file for this run

---
name: Build Docker Image on PR
on:
pull_request:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build without push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
push: false
build-args: arch=x86_64