Skip to content

Commit

Permalink
replicate registry/repo in registry-config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
swachter committed May 10, 2021
1 parent 9caa62b commit c8e78ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ KEY_FOLDER=~/.docker/trust/private
mkdir -p $KEY_FOLDER
echo "$DELEGATE_PRIVATE_KEY" | base64 -d > "$KEY_FOLDER/$DELEGATE_PRIVATE_KEY_NAME.key"
chmod 600 $KEY_FOLDER/*
export DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE="$DELEGATE_PRIVATE_KEY_PASSPHRASE"
docker trust key load "$KEY_FOLDER/$DELEGATE_PRIVATE_KEY_NAME.key"

#echo "Detect changes in projects"
Expand Down
2 changes: 2 additions & 0 deletions projects/registry-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ if [ -z "${CONTAINER_PROJECT}" ]; then
fi

# Container registry and tags
CONTAINER_REGISTRY="docker.io"
CONTAINER_REGISTRY_REPO="swachter"
CONTAINER_VERSION_TAGS=${IMAGE_VERSION[*]}

# Container Image Artifact
Expand Down

0 comments on commit c8e78ba

Please sign in to comment.