Full Changelog
Release: v1.0.1
Sprint: Java_Service_API
Bug Fixes
-
read github_user from buildkit secret during image build
The GitHub Packages username was read from the GITHUB_USER build-arg, which CI never passed (it sent the value as a secret). The empty publish.username broke private dependency resolution with "Username must not be null!". Both username and token are now read from buildkit secrets, so values no longer persist in image metadata.