Skip to content

feat(task/client): #Module to return cue mod info #119

feat(task/client): #Module to return cue mod info

feat(task/client): #Module to return cue mod info #119

Workflow file for this run

name: release
on:
push:
branches:
- "main"
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
strategy:
matrix:
target: [ ship, release, ship.distroless ]
env:
GOEXPERIMENT: rangefunc
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: docker/setup-qemu-action@v3
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
- run: make ${{ matrix.target }}
env:
GH_USERNAME: ${{ github.actor }}
GH_PASSWORD: ${{ secrets.GITHUB_TOKEN }}