Skip to content

Bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#170) #146

Bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#170)

Bump github.com/docker/go-connections from 0.4.0 to 0.5.0 (#170) #146

Workflow file for this run

name: Release
on:
push:
branches:
- master
tags:
- "v*.*.*"
jobs:
release-binaries:
permissions:
contents: write
id-token: write
uses: capnspacehook/go-workflows/.github/workflows/release-binaries.yml@master
release-image:
permissions:
contents: read
id-token: write
packages: write
uses: capnspacehook/go-workflows/.github/workflows/release-image.yml@master