Skip to content

Commit

Permalink
remove docker login from keychain (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffcs committed Aug 2, 2022
1 parent d196ab7 commit b7f587f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/apple-signing/setup-prod.sh
Expand Up @@ -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
}

0 comments on commit b7f587f

Please sign in to comment.