-
Notifications
You must be signed in to change notification settings - Fork 25
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
Comments
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! |
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? |
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.
The text was updated successfully, but these errors were encountered: