Skip to content

Kill dockerd immediately on container exit #7

Kill dockerd immediately on container exit

Kill dockerd immediately on container exit #7

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build all targets
run: VERSION=${GITHUB_REF_NAME#v} make build-all
- name: Create release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
files: build/asylum-*