Skip to content

Commit e80f530

Browse files
authored
fix(dagger): container authentication (#598)
Signed-off-by: Miguel Martinez Trivino <[email protected]>
1 parent b869256 commit e80f530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func (att *Attestation) Container(
218218
}
219219

220220
if pw := att.RegistryAuth.Password; pw != nil {
221-
ctr = ctr.WithSecretVariable("CHAINLOOP_REGISTRY_USERNAME", pw)
221+
ctr = ctr.WithSecretVariable("CHAINLOOP_REGISTRY_PASSWORD", pw)
222222
}
223223

224224
// Cache TTL

0 commit comments

Comments
 (0)