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 }}