Skip to content

Commit

Permalink
rely on container env passphrase and dct enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
swachter committed May 11, 2021
1 parent e3db167 commit 2fcb1f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ aliases:
mkdir -p $KEY_FOLDER
echo "$DELEGATE_PRIVATE_KEY" | base64 -d > $KEY_FOLDER/$DELEGATE_PRIVATE_KEY_NAME.key
chmod 600 $KEY_FOLDER/*
DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="$DELEGATE_PRIVATE_KEY_PASSPHRASE"
docker trust key load $KEY_FOLDER/$DELEGATE_PRIVATE_KEY_NAME.key
- &common_steps
- checkout: *checkout
Expand Down

0 comments on commit 2fcb1f1

Please sign in to comment.