Skip to content

build: run test build weekly for vuln check (#58) #20

build: run test build weekly for vuln check (#58)

build: run test build weekly for vuln check (#58) #20

Workflow file for this run

name: release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+-*"
jobs:
release:
uses: itzg/github-workflows/.github/workflows/go-with-releaser-image.yml@main
with:
go-version: "1.21.10"
secrets:
image-registry-username: ${{ secrets.DOCKERHUB_USERNAME }}
image-registry-password: ${{ secrets.DOCKERHUB_TOKEN }}
scoop-tap-github-token: ${{ secrets.SCOOP_TAP_GITHUB_TOKEN }}