SoftetherVPN-docker
SoftetherVPN-docker copied to clipboard
Automatic builds
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.
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 https://github.com/SoftEtherVPN/SoftetherVPN-docker/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ5KUCXFCIIUWEEGTUHF2LZSLX53AVCNFSM6AAAAABMZJ4F26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3TIOJVGAZDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
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.
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?
Implemented weekly builds with 72fcb5c, still i dont like it as it will push a new image even though there havent been any changes to upstream code. Probably still better to have CI running once a new tagged release is out but should be fine for now