Skip to content

Commit

Permalink
Prepare universal workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Feb 9, 2024
1 parent 9517f41 commit 304f84d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub_description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit 304f84d

Please sign in to comment.