fix: Correct spelling of "fingerprints" in circleci config (#13074)
This commit is contained in:
parent
4b91ab0a42
commit
eaa19307e0
|
|
@ -505,7 +505,7 @@ jobs:
|
||||||
password: $QUAY_RSIGN_PASSWORD
|
password: $QUAY_RSIGN_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- add_ssh_keys:
|
- add_ssh_keys:
|
||||||
fingerpints:
|
fingerprints:
|
||||||
- 3b:c0:fe:a0:8a:93:33:69:de:22:ac:20:a6:ed:6b:e5
|
- 3b:c0:fe:a0:8a:93:33:69:de:22:ac:20:a6:ed:6b:e5
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: .
|
at: .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue