Skip to content

Push docker image on demand#443

Merged
mondain merged 4 commits into
Red5:mainfrom
Juansecu:push-docker-image-on-demand
May 26, 2026
Merged

Push docker image on demand#443
mondain merged 4 commits into
Red5:mainfrom
Juansecu:push-docker-image-on-demand

Conversation

@Juansecu
Copy link
Copy Markdown

Pull Request

This PR fixes #442

Changes proposed in this pull request:

  • Added a workflow to push new versions of Red5 server Docker image when a release is created in the repository Red5/red5-server by calling the callable workflow added by PR #8

    This workflow needs the following secrets to be added and configured in the Red5/red5-server repository:

    • DOCKERHUB_PASSWORD - A Docker Hub personal access token with Read & Write permissions
    • DOCKERHUB_USERNAME - The Docker Hub user account that will be used to push newer versions of the Docker image
    • DOCKERHUB_REPOSITORY - The Docker Hub repository where the Docker image will be pushed to (e.g. mondain/red5-server)

@Juansecu
Copy link
Copy Markdown
Author

@mondain You might be interested in accepting the changes in this PR.

@sonarqubecloud
Copy link
Copy Markdown

@mondain
Copy link
Copy Markdown
Member

mondain commented May 26, 2026

I'll look into this.

@mondain mondain merged commit 82da263 into Red5:main May 26, 2026
1 check passed
@Juansecu Juansecu deleted the push-docker-image-on-demand branch May 26, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate push of Red5 server Docker image to Docker Hub

2 participants