We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da1ed5 commit 370bb26Copy full SHA for 370bb26
1 file changed
.github/workflows/docker-multistage-build.yml
@@ -51,10 +51,10 @@ on:
51
secrets:
52
dockerhub_username:
53
description: 'The username for Dockerhub.'
54
- required: true
+ required: false
55
dockerhub_password:
56
description: 'The password for Dockerhub.'
57
58
59
jobs:
60
# -----------------------------------------------------------------------------------------------
0 commit comments