Skip to content

Docker Release

Docker Release #5

Workflow file for this run

name: Docker Release
on:
push:
branches: [main]
tags: ["v*"]
workflow_dispatch:
concurrency:
group: docker-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
docker:
uses: hanzoai/.github/.github/workflows/docker-build.yml@main
with:
image: ghcr.io/hanzoai/node
context: .
dockerfile: docker/Dockerfile
secrets: inherit