From 304f84d754cc36d58b6fac501e47bba26910346d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 9 Feb 2024 16:13:10 +0900 Subject: [PATCH] Prepare universal workflow --- .github/workflows/dockerhub_description.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dockerhub_description.yml b/.github/workflows/dockerhub_description.yml index 45905f1af..cbd3437c7 100644 --- a/.github/workflows/dockerhub_description.yml +++ b/.github/workflows/dockerhub_description.yml @@ -11,9 +11,11 @@ on: env: DOCKER_REPOSITORY: "zabbix" + DOCKERFILES_DIRECTORY: "./Dockerfiles" jobs: main: + name: Update description runs-on: ubuntu-latest env: DOCKER_REPOSITORY: "zabbix" @@ -57,4 +59,4 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} repository: ${{ env.DOCKER_REPOSITORY }}/zabbix-${{ matrix.component }} - readme-filepath: ./Dockerfiles/${{ matrix.build }}/README.md + readme-filepath: ${{ env.DOCKERFILES_DIRECTORY }}/${{ matrix.component }}/README.md