Skip to content

v0.1.3

v0.1.3 #5

Workflow file for this run

name: build-and-push
on:
release:
types: [published]
permissions:
contents: read
packages: write
security-events: write
jobs:
build:
uses: aiblockofficial/workflows/.github/workflows/build.yml@main
with:
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}