Skip to content

v0.0.1

v0.0.1 #3

Workflow file for this run

name: Publish Docker image
permissions:
packages: write
contents: read
on:
push:
branches: [main]
release:
types: [published]
workflow_dispatch:
jobs:
build-agixt-chat:
uses: josh-xt/AGiXT/.github/workflows/operation-docker-build-publish.yml@main
with:
registry-dockerhub-enable: ${{ github.event_name != 'pull_request' }}
registry-repo-name: agixtinteractive
registry-readme: ./docs/README.md
tags: |
type=schedule
type=ref,event=branch
type=semver,pattern={{version}}
platforms: linux/amd64,linux/arm64/v8
secrets:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}