Skip to content

Commit

Permalink
Fix auth bug for pushing images in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Priya Wadhwa authored and tekton-robot committed Jul 28, 2021
1 parent fdf2d35 commit 7020e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
# Setup docker-auth
DOCKER_CONFIG=~/.docker
mkdir -p ${DOCKER_CONFIG}
cp /workspace/docker-config.json ${DOCKER_CONFIG}/
cp /workspace/docker-config.json ${DOCKER_CONFIG}/config.json
# Change to directory with our .ko.yaml
cd ${PROJECT_ROOT}
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
# Setup docker-auth
DOCKER_CONFIG=~/.docker
mkdir -p ${DOCKER_CONFIG}
cp /workspace/docker-config.json ${DOCKER_CONFIG}/
cp /workspace/docker-config.json ${DOCKER_CONFIG}/config.json
REGIONS="us eu asia"
Expand Down

0 comments on commit 7020e40

Please sign in to comment.