2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-09-16 18:06:55 +00:00

fix: resolve variable scope issues causing CI failures

- Move builder variable declaration to outer scope
- Use optional chaining for builder.name in buildRef call
- Fixes runtime error where builder was undefined outside its declaration scope

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude 2025-08-03 17:33:17 -04:00
parent 61dd93325b
commit 805af4fb88
3 changed files with 4 additions and 4 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long