Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docker build github action #208

Merged
merged 3 commits into from
Feb 19, 2023

Conversation

frealmyr
Copy link
Contributor

@frealmyr frealmyr commented Feb 8, 2023

Adds a Github Action for building docker images for amd64 and arm64, and uploading image to ghcr.io.

Docker users can then use the following command to pull the latest image from the main branch:

docker pull ghcr.io/TannerGabriel/discord-bot:latest

Would require granting github actions read and write permissions in the repo settings, as it writes to github container registry.

image

should use github.actor

prepare for upstream pr
Copy link
Owner

@TannerGabriel TannerGabriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Could you also please add a quick note about the Docker image inside the README.

@TannerGabriel TannerGabriel merged commit b645693 into TannerGabriel:master Feb 19, 2023
MoeSW added a commit to MoeSW/MUPPETBOT that referenced this pull request Mar 6, 2023
* fix: Discord opus dependency issue

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

* Fix activityType (TannerGabriel#199)

* Fix activityType

* Revert "Fix activityType"

This reverts commit 58455f6.

* Fix activityType and status

* Switch Dockerfile to distroless base image (TannerGabriel#209)

* Switch Dockerfile to distroless image

* Docker: Compress ffmpeg with upx

* feat: add docker build github action (TannerGabriel#208)

* feat: add docker build github action

should use github.actor

prepare for upstream pr

* update readme

* Update README.md

* fix: Docker build action (TannerGabriel#211)

* fix: Docker build action repo name

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

* Add workflow dispatch to docker build action

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

---------

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>

* Update index.js (TannerGabriel#213)

Fix for player autopausing after quitting after 30-60s.

Androz2091/discord-player#1630 (comment)

---------

Signed-off-by: TannerGabriel <gabrieltanner.code@gmail.com>
Co-authored-by: TannerGabriel <gabrieltanner.code@gmail.com>
Co-authored-by: Bygrilinho <20670349+Bygrilinho@users.noreply.github.com>
Co-authored-by: Florentin Schäfer <florentin.schaefer@gmail.com>
Co-authored-by: Fredrick Myrvoll <fredrickmyrvoll@gmail.com>
Co-authored-by: smclean117 <90870055+smclean117@users.noreply.github.com>
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.

2 participants