Entrypoint script replaced with mustpl (#24)

This commit is contained in:
Paramtamtam
2022-08-26 17:05:50 +04:00
committed by GitHub
parent 2e9ef61cf8
commit fb24456662
8 changed files with 101 additions and 57 deletions

19
.github/workflows/documentation.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: documentation
on:
push:
branches: [master, main]
paths: ['README.md']
jobs:
docker-hub-description:
name: Docker Hub Description
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: peter-evans/dockerhub-description@v3 # Action page: <https://github.com/peter-evans/dockerhub-description>
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_USER_PASSWORD }}
repository: tarampampam/3proxy