Skip to content

Commit 6b6dcd8

Browse files
committed
chore(ci): re-add secrets as docker build parameters
1 parent c31894b commit 6b6dcd8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Docker Build and Deploy
33
on:
44
workflow_call:
55
secrets:
6+
DOCKERHUB_USERNAME:
7+
required: false
8+
DOCKERHUB_TOKEN:
9+
required: false
610
DISCORD_WEBHOOK:
711
required: false
812
workflow_dispatch:

0 commit comments

Comments
 (0)