docker: fix validator context

This commit is contained in:
2025-08-05 22:53:58 -07:00
parent 48314f5d18
commit b0c723be1b

View File

@@ -102,7 +102,7 @@ steps:
password:
from_secret: REGISTRY_PASS
dockerfile: validation/Containerfile
context: validation
context: .
depends_on:
- build-validator
when:
@@ -149,6 +149,6 @@ steps:
- pull_request
---
kind: signature
hmac: 9880a1bb4725c81e38b5d185bbfccaf70ddf8021299557d1815f78e78817c5e6
hmac: c4222688ca348daadee16490168aafe9a3a3dd0c835954296ddb1bddddf0df4b
...