We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fabacd commit e8e56c5Copy full SHA for e8e56c5
.github/workflows/dockerimage.yml
@@ -26,7 +26,7 @@ jobs:
26
if: contains(github.ref, 'refs/tags/v')
27
with:
28
name: tarioch/fava
29
- tag: true
+ tagging: true
30
username: ${{ secrets.DOCKER_USERNAME }}
31
password: ${{ secrets.DOCKER_PASSWORD }}
32
0 commit comments