Skip to content

Fixed ci

Fixed ci #6

Workflow file for this run

name: Test images
on:
push:
branches:
- '*'
- '!master'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build and test
run: |
make build test PROJECT_BASE=golang PUSH_MULTIARCH=false