mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
remove docker login from keychain (#1135)
This commit is contained in:
parent
d196ab70a0
commit
b7f587f5dc
1 changed files with 0 additions and 4 deletions
4
.github/scripts/apple-signing/setup-prod.sh
vendored
4
.github/scripts/apple-signing/setup-prod.sh
vendored
|
@ -29,8 +29,4 @@ setup_signing() {
|
|||
|
||||
# Make this new keychain the user's default keychain, so that codesign will be able to find this certificate when we specify it during signing.
|
||||
security default-keychain -d "user" -s "${KEYCHAIN_PATH}"
|
||||
|
||||
commentary "log into docker -- required for publishing (since the default keychain has now been replaced)"
|
||||
echo "${DOCKER_PASSWORD}" | docker login docker.io -u "${DOCKER_USERNAME}" --password-stdin
|
||||
echo "${GHCR_PASSWORD}" | docker login ghcr.io -u "${GHCR_USERNAME}" --password-stdin
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue