Skip to content

Commit

Permalink
Add automated build + warning in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Nov 6, 2023
1 parent 4234f88 commit 1d71c8a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/automated-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Automated Build

on:
# workflow_dispatch is optional.
# It lets you trigger the workflow manually from GitHub's web UI.
workflow_dispatch:
push:
branches:
- master
# Or, to build on tag pushes :
#tags:
# - '*'

jobs:
automated-build:
uses: jpetazzo/workflows/.github/workflows/automated-build.yaml@main
secrets:
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
with:
#DOCKER_HUB_USERNAME: myuser
PLATFORMS: linux/amd64,linux/arm64
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# ⚠️ WARNING

This repository is quite old, and it's likely that there are better
alternatives these days. The original author (@jpetazzo) is not
maintaining it anymore, and cannot provide help or support with it.
That being said, if you feel brave, feel free to try it; but keep
in mind that it hasn't received significant updates since 2016.

Thank you!


# OpenVPN for Docker

Quick instructions:
Expand Down

0 comments on commit 1d71c8a

Please sign in to comment.