Closed
Add GitHub Actions workflow for Bot Docker build and push#44
Conversation
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add GitHub actions for building and pushing Docker container
Add GitHub Actions workflow for Bot Docker build and push
Dec 20, 2025
vl336
requested changes
Dec 20, 2025
vl336
left a comment
Owner
There was a problem hiding this comment.
just create new github actions. do not use nuke it is for c#. bot is in python.
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Author
Done! I've replaced the Nuke-based approach with a standalone GitHub Actions workflow specifically for the Python Bot. The new workflow uses native Docker actions and doesn't depend on any C# tooling. Key changes in commit 6041d06:
The workflow triggers on push to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds CI/CD automation for building and pushing the Bot's Docker container to Yandex Cloud Registry using a standalone GitHub Actions workflow designed specifically for the Python Bot application.
Changes
Standalone Workflow (
.github/workflows/bot-docker-build-push.yml)docker/build-push-action@v5for efficient Docker buildsdocker/setup-buildx-action@v3for advanced build featuresdocker/metadata-action@v5for automatic tag generationmain/developbranches andbot-v*tagsYC_REGISTRY_IDandYC_SERVICE_ACCOUNT_KEYsecretsBot/Dockerfileand pushes tocr.yandex/{registry_id}/meethub-botSecurity
permissions: contents: readfor security best practicesTagging Strategy
latesttag for default branchThe Bot workflow is completely independent and uses no C# or .NET tooling, making it appropriate for the Python-based Bot application.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.