mirror of
https://github.com/anchore/syft.git
synced 2026-02-13 02:56:42 +01:00
remove docker login from keychain (#1135)
This commit is contained in:
parent
d196ab70a0
commit
b7f587f5dc
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.
|
# 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}"
|
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…
x
Reference in New Issue
Block a user