Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d4926f7

Browse files
authoredNov 18, 2022
Merge pull request #67 from devilbox/make-secrets-optional
Make secrets optional in build phase
2 parents 8da1ed5 + 370bb26 commit d4926f7

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)
Please sign in to comment.