Skip to content

feat(buil-master): add action to build and push docker image to registry #1

feat(buil-master): add action to build and push docker image to registry

feat(buil-master): add action to build and push docker image to registry #1

Workflow file for this run

name: Run unit tests
on: [pull_request, push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.0"
- run: go test -v