Skip to content

v0.0.1 Test

v0.0.1 Test #1

Workflow file for this run

name: Build & Push Image
on:
release:
types: [published]
jobs:
update:
uses: codeshelldev/gh-actions/.github/workflows/docker-image-go.yml@main
name: Stable Image
with:
registry: ghcr.io
secrets:
GH_PCKG_TOKEN: ${{ secrets.GH_PCKG_TOKEN }}