Skip to content

Commit ab6726d

Browse files
Merge pull request #109 from microsoft/ci/fix-docker-secret-check
ci: fix workflow to skip Docker login when password is not provided
2 parents 62438b7 + 87c5ce6 commit ab6726d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
type: boolean
2424
secrets:
2525
DOCKER_PASSWORD:
26-
required: true
26+
required: false
2727

2828
jobs:
2929
docker-build:

0 commit comments

Comments
 (0)