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 36529db commit 60783d6Copy full SHA for 60783d6
.github/workflows/deploy.yml
@@ -26,3 +26,5 @@ jobs:
26
args: release --rm-dist
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
+ DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
30
+ DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments