Skip to content

Commit 370bb26

Browse files
committed
Make secrets optional in build phase
1 parent 8da1ed5 commit 370bb26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ on:
5151
secrets:
5252
dockerhub_username:
5353
description: 'The username for Dockerhub.'
54-
required: true
54+
required: false
5555
dockerhub_password:
5656
description: 'The password for Dockerhub.'
57-
required: true
57+
required: false
5858

5959
jobs:
6060
# -----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)