From 5b8c93c4a7859e1effc3db9542528449534a0cb2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 3 Apr 2023 18:08:27 +0200 Subject: [PATCH] Update hub.yml --- .github/workflows/hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index a097a59..4ab040f 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -1,4 +1,4 @@ -name: Update Docker Hub Description +name: Update on: push: branches: @@ -26,4 +26,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} repository: kroese/virtual-dsm short-description: ${{ github.event.repository.description }} - + readme-filepath: ./readme.md