Skip to content

Commit

Permalink
Merge pull request #67 from devilbox/make-secrets-optional
Browse files Browse the repository at this point in the history
Make secrets optional in build phase
  • Loading branch information
cytopia committed Nov 18, 2022
2 parents 8da1ed5 + 370bb26 commit d4926f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-multistage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ on:
secrets:
dockerhub_username:
description: 'The username for Dockerhub.'
required: true
required: false
dockerhub_password:
description: 'The password for Dockerhub.'
required: true
required: false

jobs:
# -----------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d4926f7

Please sign in to comment.