Skip to content

Commit

Permalink
fix: docker logout from registry we logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 24, 2024
1 parent d8245ef commit abf5d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ build_job() {
docker push "$IMAGE_NAME:$IMAGE_TAG"
fi

docker logout
docker logout "$REGISTRY_URL"

end_group "Building $IMAGE_NAME:$IMAGE_TAG ..."
}
Expand Down

0 comments on commit abf5d66

Please sign in to comment.