Enable manual workflow triggering
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled

This commit is contained in:
Brad Ganley 2025-01-01 00:18:27 -06:00 committed by GitHub
parent 3c10af7015
commit e2790a4644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ name: Create and publish the bot container
on:
push:
branches: ['main']
workflow_dispatch:
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io