gha/bin-image: Fix dco running on non-v tags

bin-image workflow was failing for the new docker tags
(`docker-v29.0.0-rc.2`) because it wasn't correctly picked up by the
condition that should filter out tags.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
Paweł Gronowski
2025-11-05 15:00:54 +01:00
parent 49f96eecda
commit 52a917d48a

View File

@@ -37,7 +37,7 @@ env:
jobs: jobs:
validate-dco: validate-dco:
if: ${{ !startsWith(github.ref, 'refs/tags/v') }} if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: ./.github/workflows/.dco.yml uses: ./.github/workflows/.dco.yml
prepare: prepare: