Skip to content

fix: limit gateway intents #7

fix: limit gateway intents

fix: limit gateway intents #7

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
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: Login to GHCR
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/nibiruresearchcenter/nibiru-connector:${{ github.ref_name }}