Skip to content

refactor: exposing endpoints in more consistent manner (#12) #22

refactor: exposing endpoints in more consistent manner (#12)

refactor: exposing endpoints in more consistent manner (#12) #22

Workflow file for this run

name: build docker image
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
ARCH: x86_64-unknown-linux-gnu
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checkout source code
- uses: actions/checkout@v3
- name: build image
id: build-image
env:
GIT_HASH: ${{github.sha}}
run: make docker-build