ci: use REGISTRY_TOKEN for docker login (CAR-1024) #24
Reference in New Issue
Block a user
Delete Branch "car-1023-use-registry-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates Docker login step to use secrets.REGISTRY_TOKEN instead of secrets.GITEA_TOKEN per CAR-1023. cc @cpfarhood
QA PASS - Verified docker login step uses secrets.REGISTRY_TOKEN (line 50). Direct docker login approach maintained per CAR-994.