Skip to content

Commit 87c5ce6

Browse files
fix workflow to skip Docker login when password is not provided
1 parent 62438b7 commit 87c5ce6

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)