Skip to content

v1.1.8 (#123)

v1.1.8 (#123) #251

Workflow file for this run

name: CI
on:
push:
branches: [ main, mainnet-alpha-beta ]
pull_request:
branches: [ main, mainnet-alpha-beta ]
jobs:
build-test-push:
uses: ./.github/workflows/docker-build.yml
with:
tag: ${{ github.sha }}
ref: ${{ github.ref }}
push: true
secrets: inherit