Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 20, 2024
1 parent 830c71a commit 07bd03b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd/templates/task/export-harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
# Create auth header
AUTH_HEADER=$(cat $DOCKER_CONFIG/config.json | jq -r '.auths."$(params.harbor_endpoint)".auth')
ls -la $DOCKER_CONFIG
cat $DOCKER_CONFIG/config.json
# Escape the slash in the repo name
REPO=$(echo "$(params.repository)" | sed 's/\//%2F/g')
Expand Down

0 comments on commit 07bd03b

Please sign in to comment.