Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Add GitHub action to release container image #60

Add GitHub action to release container image

Add GitHub action to release container image #60

name: Building Hyperledger Updates
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.16
- name: Build
run: make
- name: Test
run: make unit-test