Skip to content

Commit 4727b8f

Browse files
committed
CI: nit string of "true" not boolean
any string is always true so this always matches
1 parent 759ea4d commit 4727b8f

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
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
tag_name="ghcr.io/${GITHUB_REPOSITORY_OWNER}/monero-torrent-show:latest"
4646
case "${{ steps.changes.outputs.transmission }}" in
47-
true)
47+
"true")
4848
docker build -f ./.github/workflows/docker/Dockerfile.transmission -t $tag_name .
4949
docker push -a ghcr.io/${GITHUB_REPOSITORY_OWNER}/monero-torrent-show
5050
;;

0 commit comments

Comments
 (0)