All checks were successful
Create Docker Image / Test Application (x86_64) (push) Successful in 28s
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 1m38s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 2m58s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# Multiple values with tags and replace
|
|
version: 1
|
|
dn: cn=Bart Simpson,ou=People,o=Simpsons
|
|
changetype: modify
|
|
replace: mail
|
|
mail: notag@example.com
|
|
mail: notag1@example.com
|
|
mail;lang-au: au-tag@example.com
|
|
mail;lang-cn: cn-tag@example.com |