From e8e56c531a5831856e4584a0923447121807a613 Mon Sep 17 00:00:00 2001 From: Patrick Ruckstuhl Date: Sun, 8 Mar 2020 19:46:26 +0100 Subject: [PATCH] Update dockerimage.yml --- .github/workflows/dockerimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index e257f1b..6257165 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -26,7 +26,7 @@ jobs: if: contains(github.ref, 'refs/tags/v') with: name: tarioch/fava - tag: true + tagging: true username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}