From 6e9c6ea2cb5e8ab58c0c471d91f1f0108a01e09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 26 Sep 2023 16:05:38 +0200 Subject: [PATCH] Add automated build + warning in README --- .github/workflows/automated-build.yaml | 21 +++++++++++++++++++++ README.md | 11 +++++++++++ 2 files changed, 32 insertions(+) create mode 100644 .github/workflows/automated-build.yaml diff --git a/.github/workflows/automated-build.yaml b/.github/workflows/automated-build.yaml new file mode 100644 index 0000000..b05d760 --- /dev/null +++ b/.github/workflows/automated-build.yaml @@ -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 diff --git a/README.md b/README.md index ed208cd..6fba97d 100644 --- a/README.md +++ b/README.md @@ -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: