mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-31 23:26:16 +02:00
Prepare universal workflow
This commit is contained in:
parent
9517f415e1
commit
304f84d754
4
.github/workflows/dockerhub_description.yml
vendored
4
.github/workflows/dockerhub_description.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user