github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
146 stars 18 forks source link

feat: Add GitHub Action to push Docker image to GitHub Container Registry #240

Closed ahpook closed 1 month ago

ahpook commented 1 month ago

This uses the macbre/push-to-ghcr Action to build and push on commits to main or numbered releases.

One open question, I'm not sure if this should be folded into the existing build-docker.yml workflow or if that's referenced/used separately.

Addresses #239


For more details, open the Copilot Workspace session.

ahpook commented 1 month ago

Superceded