Skip to content

Commit

Permalink
Stop updating README on DockerHub
Browse files Browse the repository at this point in the history
I use relative links in the README to refer to other files in this
repository, and those do not work when it is uploaded to Docker Hub.

To just make everything more simple for me I will just post a link
on Docker Hub pointing anyone interested in reading more to just
go to GitHub.

Resolves #180
  • Loading branch information
JonasAlfredsson committed May 5, 2023
1 parent e824e4d commit a5b538a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,3 @@ jobs:
jonasal/nginx-certbot:${{ env.APP_MAJOR }}.${{ env.APP_MINOR }}-alpine
jonasal/nginx-certbot:${{ env.APP_MAJOR }}.${{ env.APP_MINOR }}.${{ env.APP_PATCH }}-alpine
jonasal/nginx-certbot:${{ env.APP_MAJOR }}.${{ env.APP_MINOR }}.${{ env.APP_PATCH }}-nginx${{ env.NGINX_VERSION }}-alpine
update_docker_hub_docs:
needs: [docker_buildx_debian, docker_buildx_alpine]
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]

- name: Create Docker Hub documentation
run: cat docs/dockerhub_tags.md > tmp.md && cat README.md >> tmp.md

- name: Upload Docker Hub description
uses: peter-evans/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: jonasal/nginx-certbot
readme-filepath: ./tmp.md

0 comments on commit a5b538a

Please sign in to comment.