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