mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Changed structure of manual
This commit is contained in:
parent
14e5781001
commit
345734ea7b
9
.github/workflows/dockerhub_description.yml
vendored
9
.github/workflows/dockerhub_description.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user