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 a23002c..495a293 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: