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

Automatic builds #10

Open
DaanSelen opened this issue Aug 20, 2024 · 4 comments
Open

Automatic builds #10

DaanSelen opened this issue Aug 20, 2024 · 4 comments

Comments

@DaanSelen
Copy link

Hello there, is it possible to automate the Docker build process using GitHub Actions? This way the container does not get outdated?

I see the latest image version is 4 months old, and in the Docker Hub documentation I see no working WireGuard protocol, which I'd like.

@chipitsine
Copy link
Member

chipitsine commented Aug 20, 2024 via email

@DaanSelen
Copy link
Author

Yes, it's doable. I'll take care of it

On Tue, Aug 20, 2024, 09:46 dselen @.> wrote: Hello there, is it possible to automate the Docker build process using GitHub Actions? This way the container does not get outdated? I see the latest image version is 4 months old, and in the Docker Hub documentation I see no working WireGuard protocol, which I'd like. — Reply to this email directly, view it on GitHub <#10>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ5KUCXFCIIUWEEGTUHF2LZSLX53AVCNFSM6AAAAABMZJ4F26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TIOJVGAZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you!

@weidi
Copy link
Collaborator

weidi commented Jan 16, 2025

Main issue i had was that this probably needs to be an action in the main repository to trigger another action but i dont want to mess around there.

@DaanSelen
Copy link
Author

Main issue i had was that this probably needs to be an action in the main repository to trigger another action but i dont want to mess around there.

You can create a work flow which checks out this repo? https://github.com/donaldzou/WGDashboard/blob/main/.github/workflows/docker-analyze.yaml

Or perhaps something that does a git clone?

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

No branches or pull requests

3 participants