SoftEtherVPN / SoftetherVPN-docker

49 stars 17 forks source link

Automatic builds #10

Open DaanSelen opened 3 weeks ago

DaanSelen commented 3 weeks ago

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 commented 3 weeks ago

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: @.***>

DaanSelen commented 3 weeks ago

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!