Changed structure of manual

This commit is contained in:
Alexey Pustovalov 2023-03-07 17:31:49 +09:00
parent 14e5781001
commit 345734ea7b

View File

@ -5,7 +5,7 @@ on:
branches:
- 'trunk'
paths:
- 'Dockerfiles/*/*/README.md'
- 'Dockerfiles/*/README.md'
- '.github/workflows/dockerhub_description.yml'
workflow_dispatch:
@ -14,7 +14,6 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_REPOSITORY: "zabbix"
SUBDIR: "alpine"
strategy:
fail-fast: false
matrix:
@ -38,12 +37,12 @@ jobs:
- web-service
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Update DockerHub repo description
uses: peter-evans/dockerhub-description@v2
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.build }}
readme-filepath: ./Dockerfiles/${{ matrix.build }}/${{ env.SUBDIR }}/README.md
readme-filepath: ./Dockerfiles/${{ matrix.build }}/README.md