We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31894b commit 6b6dcd8Copy full SHA for 6b6dcd8
1 file changed
.github/workflows/docker-build.yml
@@ -3,6 +3,10 @@ name: Docker Build and Deploy
3
on:
4
workflow_call:
5
secrets:
6
+ DOCKERHUB_USERNAME:
7
+ required: false
8
+ DOCKERHUB_TOKEN:
9
10
DISCORD_WEBHOOK:
11
required: false
12
workflow_dispatch:
0 commit comments